summaryrefslogtreecommitdiff
path: root/gui/handlers.cpp
diff options
context:
space:
mode:
authorkali <kali@win>2020-09-25 16:49:46 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-25 20:42:50 +0200
commit5518645dfdfd1250dcabd98bda5d71d18eb4edcc (patch)
treed0ca2b3090aec17d43edb63a4383c63388ee2c27 /gui/handlers.cpp
parent2ecd10efa37c6ccd04c43e663f88c4a6910b2a4b (diff)
[pkg] windows helper and qtinstaller
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r--gui/handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/handlers.cpp b/gui/handlers.cpp
index f4fe10b..6cafab5 100644
--- a/gui/handlers.cpp
+++ b/gui/handlers.cpp
@@ -19,7 +19,7 @@ Backend::Backend(QObject *parent) : QObject(parent)
QString Backend::getVersion()
{
- return QString(GetVersion());
+ return QString(GetBitmaskVersion());
}
void Backend::switchOn()