debugger: work on autotest integration

Change-Id: Iafd07a55e20cd2a65c3bcd23208c24855aeb429f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-23 16:45:00 +01:00
committed by hjk
parent 800dfe4c9e
commit 1ef6c2b1f0
5 changed files with 129 additions and 7 deletions

View File

@@ -74,6 +74,11 @@ private:
void remoteCommand(const QStringList &options, const QStringList &arguments);
ShutdownFlag aboutToShutdown();
void extensionsInitialized();
#ifdef WITH_TESTS
private slots:
void testPythonDumpers();
#endif
};
} // namespace Debugger