forked from qt-creator/qt-creator
Ios: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I1b25f0108939d87e859d0407a35f75b88fa0edc3 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
a21e71ec1a
commit
3410fee65f
@@ -93,16 +93,13 @@ public:
|
||||
void deviceConnected(const QString &uid, const QString &name = QString());
|
||||
void deviceDisconnected(const QString &uid);
|
||||
friend class IosConfigurations;
|
||||
public slots:
|
||||
void updateInfo(const QString &devId);
|
||||
//private slots:
|
||||
void deviceInfo(Ios::IosToolHandler *gatherer, const QString &deviceId,
|
||||
const Ios::IosToolHandler::Dict &info);
|
||||
void infoGathererFinished(Ios::IosToolHandler *gatherer);
|
||||
void monitorAvailableDevices();
|
||||
private slots:
|
||||
void updateUserModeDevices();
|
||||
private:
|
||||
void updateUserModeDevices();
|
||||
IosDeviceManager(QObject *parent = 0);
|
||||
QTimer m_userModeDevicesTimer;
|
||||
QStringList m_userModeDeviceIds;
|
||||
|
||||
Reference in New Issue
Block a user