forked from qt-creator/qt-creator
Maemo: Check for presence of Mad Developer in device test.
Task-number: QTCREATORBUG-2150 Reviewed-by: kh1
This commit is contained in:
@@ -68,7 +68,8 @@ private slots:
|
||||
void processSshOutput(const QByteArray &output);
|
||||
void handleConnected();
|
||||
void handleConnectionError();
|
||||
void handleProcessFinished(int exitStatus);
|
||||
void handleInfoProcessFinished(int exitStatus);
|
||||
void handleMadDeveloperTestProcessFinished(int exitStatus);
|
||||
|
||||
private:
|
||||
void startConfigTest();
|
||||
@@ -79,7 +80,8 @@ private:
|
||||
|
||||
const MaemoDeviceConfig &m_config;
|
||||
QSharedPointer<Core::SshConnection> m_connection;
|
||||
QSharedPointer<Core::SshRemoteProcess> m_testProcess;
|
||||
QSharedPointer<Core::SshRemoteProcess> m_infoProcess;
|
||||
QSharedPointer<Core::SshRemoteProcess> m_madDeveloperTestProcess;
|
||||
QString m_deviceTestOutput;
|
||||
bool m_qtVersionOk;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user