mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
removed unused code
This commit is contained in:
@@ -1,9 +1,3 @@
|
|||||||
//#include <QAndroidBinder>
|
|
||||||
//#include <QAndroidIntent>
|
|
||||||
//#include <QAndroidJniEnvironment>
|
|
||||||
//#include <QAndroidJniObject>
|
|
||||||
//#include <QAndroidParcel>
|
|
||||||
//#include <QAndroidServiceConnection>
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
#include <QJsonArray>
|
#include <QJsonArray>
|
||||||
@@ -12,7 +6,7 @@
|
|||||||
#include <QRandomGenerator>
|
#include <QRandomGenerator>
|
||||||
#include <QTextCodec>
|
#include <QTextCodec>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
//#include <QtAndroid>
|
|
||||||
#include <QtCore/private/qandroidextras_p.h>
|
#include <QtCore/private/qandroidextras_p.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ BasicButtonType {
|
|||||||
|
|
||||||
background: Item {}
|
background: Item {}
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
// anchors.fill: parent
|
|
||||||
SvgImageType {
|
SvgImageType {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Controls
|
import QtQuick.Controls
|
||||||
//import QtGraphicalEffects 1.12
|
|
||||||
import QtQuick.Shapes 1.4
|
import QtQuick.Shapes 1.4
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
# define QT_QTSERVICE_EXPORT
|
# define QT_QTSERVICE_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//class QStringList;
|
|
||||||
class QtServiceControllerPrivate;
|
class QtServiceControllerPrivate;
|
||||||
|
|
||||||
class QT_QTSERVICE_EXPORT QtServiceController
|
class QT_QTSERVICE_EXPORT QtServiceController
|
||||||
|
|||||||
Reference in New Issue
Block a user