removed unused code
This commit is contained in:
parent
833364a94e
commit
1fd1b0388b
4 changed files with 1 additions and 10 deletions
|
@ -1,9 +1,3 @@
|
|||
//#include <QAndroidBinder>
|
||||
//#include <QAndroidIntent>
|
||||
//#include <QAndroidJniEnvironment>
|
||||
//#include <QAndroidJniObject>
|
||||
//#include <QAndroidParcel>
|
||||
//#include <QAndroidServiceConnection>
|
||||
#include <QDebug>
|
||||
#include <QHostAddress>
|
||||
#include <QJsonArray>
|
||||
|
@ -12,7 +6,7 @@
|
|||
#include <QRandomGenerator>
|
||||
#include <QTextCodec>
|
||||
#include <QTimer>
|
||||
//#include <QtAndroid>
|
||||
|
||||
#include <QtCore/private/qandroidextras_p.h>
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ BasicButtonType {
|
|||
|
||||
background: Item {}
|
||||
contentItem: Item {
|
||||
// anchors.fill: parent
|
||||
SvgImageType {
|
||||
anchors.left: parent.left
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
//import QtGraphicalEffects 1.12
|
||||
import QtQuick.Shapes 1.4
|
||||
|
||||
Item {
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
# define QT_QTSERVICE_EXPORT
|
||||
#endif
|
||||
|
||||
//class QStringList;
|
||||
class QtServiceControllerPrivate;
|
||||
|
||||
class QT_QTSERVICE_EXPORT QtServiceController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue