Maemo: Support QML-only debugging.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-09-16 17:08:07 +02:00
parent 82f4e73c7b
commit ae4c35bd86
12 changed files with 158 additions and 89 deletions

View File

@@ -92,10 +92,11 @@ private:
void startDebugging();
bool useGdb() const;
Debugger::DebuggerRunControl *m_runControl;
Debugger::DebuggerRunControl * const m_runControl;
MaemoRunConfiguration * const m_runConfig;
const MaemoDeviceConfig m_deviceConfig;
MaemoSshRunner * const m_runner;
const bool m_qmlOnlyDebugging;
QSharedPointer<Core::SftpChannel> m_uploader;
Core::SftpJobId m_uploadJob;