summaryrefslogtreecommitdiff
path: root/src/libs/qmldebug/declarativetoolsclient.h
diff options
context:
space:
mode:
authorSimjees Abraham <simjees.abraham@nokia.com>2012-05-14 14:46:37 +0200
committerKai Koehne <kai.koehne@nokia.com>2012-05-15 14:22:56 +0200
commit3b723d3a9aa2783a2ec6b633f2132186e14f0a10 (patch)
tree5fa4f130e531d5b0fcd29452bab0b63ea241d0b1 /src/libs/qmldebug/declarativetoolsclient.h
parentd8e3121a6425fadb48f06ef7f41a4708e3d153db (diff)
downloadqt-creator-3b723d3a9aa2783a2ec6b633f2132186e14f0a10.tar.gz
Debugger: Bugfix for Reloading Qml
Option for reloading the Qml files in case of unsynchronizable changes is not provided for Qt versions less than 5.0. Change-Id: I4bb942ab9d5c699fa8569f81502ba86bccfe1bbd Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/libs/qmldebug/declarativetoolsclient.h')
-rw-r--r--src/libs/qmldebug/declarativetoolsclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmldebug/declarativetoolsclient.h b/src/libs/qmldebug/declarativetoolsclient.h
index 69f533b39e..3abfd1c128 100644
--- a/src/libs/qmldebug/declarativetoolsclient.h
+++ b/src/libs/qmldebug/declarativetoolsclient.h
@@ -44,6 +44,7 @@ public:
void setCurrentObjects(const QList<int> &debugIds);
void reload(const QHash<QString, QByteArray> &changesHash);
+ bool supportReload() const { return false; }
void setDesignModeBehavior(bool inDesignMode);
void setAnimationSpeed(qreal slowDownFactor);
void setAnimationPaused(bool paused);