summaryrefslogtreecommitdiff
path: root/src/libs/qmldebug/basetoolsclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-20 15:49:16 +0100
committerhjk <hjk@theqtcompany.com>2015-12-08 14:52:09 +0000
commitb27a541c61cb0d17134ab6a8b5dc2f7027679785 (patch)
treec9d64f7eaa57070b87ef56d7c0625194c01c71f8 /src/libs/qmldebug/basetoolsclient.h
parentf0007fa5577d1a94ac9a4c3ee3ee6be0ca01c165 (diff)
downloadqt-creator-b27a541c61cb0d17134ab6a8b5dc2f7027679785.tar.gz
QmlDebug: Remove inspector "reload" functionality
It isn't used and rarely works. Change-Id: Ied10c1500da0e24cc780aa737581c90354817d85 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/libs/qmldebug/basetoolsclient.h')
-rw-r--r--src/libs/qmldebug/basetoolsclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/qmldebug/basetoolsclient.h b/src/libs/qmldebug/basetoolsclient.h
index 62ce634739..784615b54b 100644
--- a/src/libs/qmldebug/basetoolsclient.h
+++ b/src/libs/qmldebug/basetoolsclient.h
@@ -42,8 +42,6 @@ class QMLDEBUG_EXPORT BaseToolsClient : public QmlDebugClient
public:
BaseToolsClient(QmlDebugConnection *client, QLatin1String clientName);
- virtual void reload(const QHash<QString, QByteArray> &changesHash) = 0;
- virtual bool supportReload() const = 0;
virtual void setDesignModeBehavior(bool inDesignMode) = 0;
virtual void changeToSelectTool() = 0;
virtual void changeToSelectMarqueeTool() = 0;