summaryrefslogtreecommitdiff
path: root/gui/handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r--gui/handlers.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/handlers.cpp b/gui/handlers.cpp
index 4f855ef..47c9025 100644
--- a/gui/handlers.cpp
+++ b/gui/handlers.cpp
@@ -17,6 +17,10 @@ Backend::Backend(QObject *parent) : QObject(parent)
{
}
+void Backend::setLocale(QString locale) {
+ emit this->localeChanged(locale);
+}
+
QString Backend::getVersion()
{
return QString(GetBitmaskVersion());