aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qmldebugconnectionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmldebug/qmldebugconnectionmanager.cpp')
-rw-r--r--src/libs/qmldebug/qmldebugconnectionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmldebug/qmldebugconnectionmanager.cpp b/src/libs/qmldebug/qmldebugconnectionmanager.cpp
index 217260d8d2..173bbb2d97 100644
--- a/src/libs/qmldebug/qmldebugconnectionmanager.cpp
+++ b/src/libs/qmldebug/qmldebugconnectionmanager.cpp
@@ -158,7 +158,7 @@ void QmlDebugConnectionManager::retryConnect()
void QmlDebugConnectionManager::logState(const QString &message)
{
- Q_UNUSED(message);
+ Q_UNUSED(message)
}
QmlDebugConnection *QmlDebugConnectionManager::connection() const