forked from qt-creator/qt-creator
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:
@@ -120,6 +120,7 @@ public:
|
||||
QString *errorMessage,
|
||||
QString *settingsCategory = 0,
|
||||
QString *settingsPage = 0);
|
||||
QString idString() const;
|
||||
|
||||
signals:
|
||||
void engineRequestSetup();
|
||||
|
||||
Reference in New Issue
Block a user