From 5518645dfdfd1250dcabd98bda5d71d18eb4edcc Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 25 Sep 2020 16:49:46 +0200 Subject: [pkg] windows helper and qtinstaller --- gui/handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/handlers.cpp') 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() -- cgit v1.2.3