chore: fixed android build
This commit is contained in:
parent
a1ca994c8b
commit
c128ba981c
11 changed files with 28 additions and 22 deletions
|
|
@ -99,8 +99,8 @@ void ApiConfigsController::prepareVpnKeyExport()
|
|||
|
||||
auto vpnKey = apiConfigObject.value(apiDefs::key::vpnKey).toString();
|
||||
|
||||
auto qr = qrCodeUtuls::generateQrCode(vpnKey.toUtf8());
|
||||
m_qrCodes << qrCodeUtuls::svgToBase64(QString::fromStdString(toSvgString(qr, 1)));
|
||||
auto qr = qrCodeUtils::generateQrCode(vpnKey.toUtf8());
|
||||
m_qrCodes << qrCodeUtils::svgToBase64(QString::fromStdString(toSvgString(qr, 1)));
|
||||
|
||||
emit vpnKeyExportReady();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <QObject>
|
||||
|
||||
#include "ui/models/api/apiAccountInfoModel.h"
|
||||
#include "ui/models/apiCountryModel.h"
|
||||
#include "ui/models/api/apiCountryModel.h"
|
||||
#include "ui/models/servers_model.h"
|
||||
|
||||
class ApiSettingsController : public QObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue