forked from qt-creator/qt-creator
Maemo: Fix device environment reader's error reporting.
The error() signal was not connected anywhere. Also, there was no way to interrupt a failing operation. Reviewed-by: kh1
This commit is contained in:
@@ -77,8 +77,11 @@ private slots:
|
||||
void remoteErrorOutput(const QByteArray &data);
|
||||
|
||||
private:
|
||||
void setFinished();
|
||||
|
||||
bool m_stop;
|
||||
QString m_remoteOutput;
|
||||
QByteArray m_remoteErrorOutput;
|
||||
Utils::Environment m_env;
|
||||
MaemoDeviceConfig m_devConfig;
|
||||
MaemoRunConfiguration *m_runConfig;
|
||||
|
||||
Reference in New Issue
Block a user