diff --git a/src/corelib/kernel/qcoreapplication_p.h b/src/corelib/kernel/qcoreapplication_p.h index 9c14b5eeba7..9d529849ae2 100644 --- a/src/corelib/kernel/qcoreapplication_p.h +++ b/src/corelib/kernel/qcoreapplication_p.h @@ -133,12 +133,6 @@ public: #endif void appendApplicationPathToLibraryPaths(void); -#ifndef QT_NO_TRANSLATION - QTranslatorList translators; - QReadWriteLock translateMutex; - static bool isTranslatorInstalled(QTranslator *translator); -#endif - Type application_type = Tty; QString cachedApplicationDirPath; @@ -157,6 +151,11 @@ public: static bool is_app_running; static bool is_app_closing; #endif +#ifndef QT_NO_TRANSLATION + QTranslatorList translators; + QReadWriteLock translateMutex; + static bool isTranslatorInstalled(QTranslator *translator); +#endif static bool setuidAllowed; static uint attribs;