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:
Christian Kandeler
2010-10-13 11:04:24 +02:00
parent 6c788a1093
commit 5c7f21c0a7
4 changed files with 56 additions and 12 deletions

View File

@@ -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;