Move Windows font overrides away from translations
Determine which font to use with a dedicated function instead
This commit is contained in:
@@ -16,6 +16,9 @@ public:
|
||||
~ProgSettings();
|
||||
static QString getIconSetPath();
|
||||
static QIcon loadIcon(QString file);
|
||||
#ifdef Q_OS_WINDOWS
|
||||
static QString getFontName(uint32_t lcid);
|
||||
#endif
|
||||
static void loadTranslators(QObject *parent = nullptr);
|
||||
static void reloadStrings();
|
||||
class CustomTranslator : public QTranslator {
|
||||
|
||||
Reference in New Issue
Block a user