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:
@@ -101,6 +101,7 @@ public:
|
||||
virtual QSettings *settings(QSettings::Scope scope = QSettings::UserScope) const = 0;
|
||||
virtual SettingsDatabase *settingsDatabase() const = 0;
|
||||
virtual QPrinter *printer() const = 0;
|
||||
virtual QString userInterfaceLanguage() const = 0;
|
||||
|
||||
virtual QString resourcePath() const = 0;
|
||||
virtual QString userResourcePath() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user