summaryrefslogtreecommitdiffstats
path: root/src/windeployqt/main.cpp
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2019-01-22 13:08:31 +0100
committerJesus Fernandez <Jesus.Fernandez@qt.io>2019-01-23 12:26:53 +0000
commit8933c91ccb650930f72343340c15c847df35df25 (patch)
tree29ba16b1bf544d5e107f338a4253ef485085fea6 /src/windeployqt/main.cpp
parent8ff03236c50ae73b7e4d362b5271317fd6f4d26e (diff)
Unify semicolon usage in Q_UNUSED
Change-Id: Ia9258adbfed2b47e7c9d01354e23008d72566a4d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/windeployqt/main.cpp')
-rw-r--r--src/windeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index b871f4914..41a3f76f6 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -1200,7 +1200,7 @@ static DeployResult deploy(const Options &options,
const QString libraryLocation = options.platform == Unix ? qmakeVariables.value(QStringLiteral("QT_INSTALL_LIBS")) : qtBinDir;
const QString infix = qmakeVariables.value(QLatin1String(qmakeInfixKey));
const int version = qtVersion(qmakeVariables);
- Q_UNUSED(version)
+ Q_UNUSED(version);
if (optVerboseLevel > 1)
std::wcout << "Qt binaries in " << QDir::toNativeSeparators(qtBinDir) << '\n';