debugger: refactoring of the plugin interface

There's  some 'external' and some 'internal' part now. Other plugins
are only supposed the external interface.
This commit is contained in:
hjk
2010-11-10 11:39:01 +01:00
parent 60bafeb81d
commit 2161e0f6d9
29 changed files with 480 additions and 590 deletions

View File

@@ -120,6 +120,7 @@ public:
QString *errorMessage,
QString *settingsCategory = 0,
QString *settingsPage = 0);
QString idString() const;
signals:
void engineRequestSetup();