aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-15 17:15:45 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-17 14:56:09 +0200
commitbca5c6d21711d5844c435bd41a71f8fe356a1038 (patch)
treec00b5d9c38b77c603214540feb0259954ff60219
parent02c170fa0d19ffd06c6b27f26af779cde8f3c4c5 (diff)
Debugger: Fix compilation warning
Change-Id: I22fc756ce29bba2834bbdcaa40a9769a5391e337 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
-rw-r--r--src/declarative/debugger/qdeclarativeinspectorservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qdeclarativeinspectorservice.cpp b/src/declarative/debugger/qdeclarativeinspectorservice.cpp
index e618c69177..9c07a1f7f2 100644
--- a/src/declarative/debugger/qdeclarativeinspectorservice.cpp
+++ b/src/declarative/debugger/qdeclarativeinspectorservice.cpp
@@ -82,7 +82,7 @@ void QDeclarativeInspectorService::sendMessage(const QByteArray &message)
QDeclarativeDebugService::sendMessage(message);
}
-void QDeclarativeInspectorService::statusChanged(Status status)
+void QDeclarativeInspectorService::statusChanged(Status /*status*/)
{
updateStatus();
}