QCoreApplicationPrivate: move translation NSDM to improve packing
This way they aren't in the middle of a block of booleans. Pick-to: 6.9 Change-Id: Iba067f6f23db7c059cddfffdc27231dd09b6898e Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
ede95ef7e9
commit
4daed28772
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user