0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Polish language has been added to the designer

This commit is contained in:
Arin Alexander
2019-07-09 12:35:36 +03:00
parent e211838595
commit 4fb39eaf35
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ class DesignerSettingManager : public QObject
public:
explicit DesignerSettingManager(QObject *parent = 0);
~DesignerSettingManager();
void setApplicationInstance(QApplication* application);
public slots:
void getAvailableLanguages(QList<QLocale::Language>* languages);
QLocale::Language getCurrentDefaultLanguage();