summaryrefslogtreecommitdiff
path: root/gui/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/handlers.h')
-rw-r--r--gui/handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h
index 60ec9d8..55610c2 100644
--- a/gui/handlers.h
+++ b/gui/handlers.h
@@ -33,6 +33,7 @@ public:
signals:
void quitDone();
+ void localeChanged(QString locale);
public slots:
QString getVersion();
@@ -50,6 +51,7 @@ public slots:
void resetError(QString errlabel);
void resetNotification(QString label);
void quit();
+ void setLocale(QString locale);
};
#endif // HANDLERS_H