From 893e9dc0bb0d45d9e7bec154d8e5b007e88dd829 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 1 Apr 2020 11:11:14 +0200 Subject: fix -no-feature-translation build Change-Id: I817564e979d4c69f4d7ebd2c9e1d8cddf0727c13 Reviewed-by: Ulf Hermann --- src/qml/qml/qqmlapplicationengine.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qml/qml/qqmlapplicationengine.cpp') diff --git a/src/qml/qml/qqmlapplicationengine.cpp b/src/qml/qml/qqmlapplicationengine.cpp index 7d961cd0c7..6ee03b39e5 100644 --- a/src/qml/qml/qqmlapplicationengine.cpp +++ b/src/qml/qml/qqmlapplicationengine.cpp @@ -106,8 +106,6 @@ void QQmlApplicationEnginePrivate::_q_loadTranslations() activeTranslator.reset(); } q->retranslate(); -#else - Q_UNUSED(rootFile) #endif } -- cgit v1.2.3