summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggercore.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-09-19 16:36:43 +0200
committerhjk <hjk@qt.io>2019-09-25 08:05:51 +0000
commitb63034b551f08ef3e1bf921b3c531e2ce65c266b (patch)
tree53c2846714337a4c8e0bd72817097eb4def10f82 /src/plugins/debugger/debuggercore.h
parentb144e7c4f8219513ff77e078ff0eeb825a8ca4b5 (diff)
downloadqt-creator-b63034b551f08ef3e1bf921b3c531e2ce65c266b.tar.gz
Debugger: Move showModule{Sections,Symbols} to DebuggerEngine
A bit closer to where the functions are used. No real change. Change-Id: Icbad68bd31d85caa59980316537ee532faf2d7ef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggercore.h')
-rw-r--r--src/plugins/debugger/debuggercore.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/debugger/debuggercore.h b/src/plugins/debugger/debuggercore.h
index 60bd22f373..f14884d3e3 100644
--- a/src/plugins/debugger/debuggercore.h
+++ b/src/plugins/debugger/debuggercore.h
@@ -50,9 +50,6 @@ class SavedAction;
namespace Debugger {
namespace Internal {
-class Console;
-class Symbol;
-class Section;
class GlobalDebuggerOptions;
enum TestCases
@@ -64,15 +61,11 @@ enum TestCases
// Some convenience.
void openTextEditor(const QString &titlePattern, const QString &contents);
-void showModuleSymbols(const QString &moduleName, const QVector<Internal::Symbol> &symbols);
-void showModuleSections(const QString &moduleName, const QVector<Internal::Section> &sections);
-
QSharedPointer<Internal::GlobalDebuggerOptions> globalDebuggerOptions();
bool isTestRun();
Utils::SavedAction *action(int code);
-Console *console();
bool boolSetting(int code);
QString stringSetting(int code);