Implement Qt version check in test dialog and show error next to close.

Reviewed-by: ck
This commit is contained in:
kh1
2010-04-16 16:34:45 +02:00
parent 6027c5a031
commit a8db81fb08
3 changed files with 81 additions and 14 deletions

View File

@@ -73,6 +73,7 @@ private:
const MaemoDeviceConfig &m_config;
MaemoSshRunner *m_deviceTester;
QString m_deviceTestOutput;
bool m_qtVersionOk;
};
} // namespace Internal