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

Typos have been fixed

This commit is contained in:
Arin Alex
2019-06-11 21:28:58 +03:00
parent 1377a8b252
commit 9f00119fbc
7 changed files with 27 additions and 27 deletions

View File

@@ -14,9 +14,9 @@ public:
~DesignerSettingManager();
void setApplicationInstance(QApplication* application);
public slots:
void getAviableLanguages(QList<QLocale::Language>* languages);
void getAvailableLanguages(QList<QLocale::Language>* languages);
QLocale::Language getCurrentDefaultLanguage();
void currentDefaulLanguageChanged(QLocale::Language language);
void currentDefaultLanguageChanged(QLocale::Language language);
private:
QApplication* m_app;
QSettings* m_setting;