Debugger: Shuffle plugin setup code around

To get closer to the standard setup.

Change-Id: I969abb44393532f5dba95e643bd8ba6356f44d16
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-09-17 17:13:32 +02:00
parent 7b0a5e44d3
commit d43409ea67
5 changed files with 248 additions and 297 deletions

View File

@@ -42,19 +42,15 @@ class QMenu;
class QAction;
QT_END_NAMESPACE
namespace CPlusPlus { class Snapshot; }
namespace Utils {
class BaseTreeView;
class SavedAction;
}
namespace Debugger {
class DebuggerRunTool;
namespace Internal {
class Console;
class Symbol;
class Section;
class GlobalDebuggerOptions;
@@ -73,12 +69,11 @@ void showModuleSections(const QString &moduleName, const QVector<Internal::Secti
QSharedPointer<Internal::GlobalDebuggerOptions> globalDebuggerOptions();
QVariant configValue(const QString &name);
void setConfigValue(const QString &name, const QVariant &value);
bool isTestRun();
Utils::SavedAction *action(int code);
Console *console();
bool boolSetting(int code);
QString stringSetting(int code);
QStringList stringListSetting(int code);