forked from qt-creator/qt-creator
Fix ui language for custom wizards.
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
QSettings *settings(QSettings::Scope scope = QSettings::UserScope) const;
|
||||
SettingsDatabase *settingsDatabase() const;
|
||||
QPrinter *printer() const;
|
||||
QString userInterfaceLanguage() const;
|
||||
|
||||
QString resourcePath() const;
|
||||
QString userResourcePath() const;
|
||||
|
||||
Reference in New Issue
Block a user