aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/labsanimation/qquickboundaryrule.cpp2
-rw-r--r--src/imports/localstorage/qquicklocalstorage.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/labsanimation/qquickboundaryrule.cpp b/src/imports/labsanimation/qquickboundaryrule.cpp
index 3558c8bfa0..3083dd26d2 100644
--- a/src/imports/labsanimation/qquickboundaryrule.cpp
+++ b/src/imports/labsanimation/qquickboundaryrule.cpp
@@ -117,7 +117,7 @@ void QQuickBoundaryReturnJob::updateCurrentTime(int t)
void QQuickBoundaryReturnJob::updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState)
{
- Q_UNUSED(oldState)
+ Q_UNUSED(oldState);
if (newState == QAbstractAnimationJob::Stopped) {
qCDebug(lcBR) << "return animation done";
boundaryRule->resetOvershoot();
diff --git a/src/imports/localstorage/qquicklocalstorage.cpp b/src/imports/localstorage/qquicklocalstorage.cpp
index 333e697e3c..62f19eed63 100644
--- a/src/imports/localstorage/qquicklocalstorage.cpp
+++ b/src/imports/localstorage/qquicklocalstorage.cpp
@@ -785,7 +785,7 @@ void QQuickLocalStorage::openDatabaseSync(QQmlV4Function *args)
args->setReturnValue(db.asReturnedValue());
#else
- Q_UNUSED(args)
+ Q_UNUSED(args);
#endif // settings
}