diff options
author | Lasse Holmstedt <[email protected]> | 2010-07-30 12:02:27 +0200 |
---|---|---|
committer | Lasse Holmstedt <[email protected]> | 2010-07-30 15:28:19 +0200 |
commit | 95d3e5c5aa8fb5ba5482c1eaa95e2e911a4c0044 (patch) | |
tree | 3ff5a5fa49731b9c05e3551ae2b01160d81b185e /src/tools/qml | |
parent | 4d51853d3c9640f0082fda1d43c440812e743a10 (diff) |
QML Observer: Remove compiler warning
Diffstat (limited to 'src/tools/qml')
-rw-r--r-- | src/tools/qml/qmlobserver/qmlruntime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qml/qmlobserver/qmlruntime.cpp b/src/tools/qml/qmlobserver/qmlruntime.cpp index 646f438869a..52cbcd9d030 100644 --- a/src/tools/qml/qmlobserver/qmlruntime.cpp +++ b/src/tools/qml/qmlobserver/qmlruntime.cpp @@ -657,6 +657,7 @@ void QDeclarativeViewer::setDesignModeBehavior(bool value) void QDeclarativeViewer::setDebugMode(bool on) { + Q_UNUSED(on); //if (on) { new JSDebuggerAgent(QDeclarativeEnginePrivate::getScriptEngine(canvas->engine())); |