summaryrefslogtreecommitdiffstats
path: root/tools/testcon/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testcon/mainwindow.cpp')
-rw-r--r--tools/testcon/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/mainwindow.cpp b/tools/testcon/mainwindow.cpp
index 5bee9c4..1e5347e 100644
--- a/tools/testcon/mainwindow.cpp
+++ b/tools/testcon/mainwindow.cpp
@@ -476,7 +476,7 @@ bool MainWindow::loadScript(const QString &file)
}
return script;
#else // !QT_NO_QAXSCRIPT
- Q_UNUSED(file)
+ Q_UNUSED(file);
noScriptMessage(this);
return false;
#endif