summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggercore.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-09 04:47:47 +0200
committerhjk <qthjk@ovi.com>2012-08-12 22:43:24 +0200
commite7fea1aa7a381ad4b649a97a33b668d021fd7878 (patch)
tree003db638d70f6d51d2dc1737bd2128b85455acd2 /src/plugins/debugger/debuggercore.h
parentac9458e664bb56e12b2fb712eecc2ae61bde550a (diff)
downloadqt-creator-e7fea1aa7a381ad4b649a97a33b668d021fd7878.tar.gz
debugger: streamline classical dumper setup
Remote dumpers are not used anymore, there's also no need to have it in the engine base class anymore. Change-Id: If0b6930b07e468d5973d848e02696bc5da40a197 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggercore.h')
-rw-r--r--src/plugins/debugger/debuggercore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggercore.h b/src/plugins/debugger/debuggercore.h
index 2269a98721..cccca02b1f 100644
--- a/src/plugins/debugger/debuggercore.h
+++ b/src/plugins/debugger/debuggercore.h
@@ -84,7 +84,6 @@ public:
virtual void setConfigValue(const QString &name, const QVariant &value) = 0;
virtual void updateState(DebuggerEngine *engine) = 0;
virtual void updateWatchersWindow(bool showWatch, bool showReturn) = 0;
- virtual void showQtDumperLibraryWarning(const QString &details) = 0;
virtual QIcon locationMarkIcon() const = 0;
virtual const CPlusPlus::Snapshot &cppCodeModelSnapshot() const = 0;
virtual bool hasSnapshots() const = 0;