Check openvpn config for scripts
QML refactoring
This commit is contained in:
parent
7c749a964c
commit
3a5a7bf674
19 changed files with 367 additions and 121 deletions
|
|
@ -13,6 +13,9 @@
|
|||
#include "ui/uilogic.h"
|
||||
#include "configurators/vpn_configurator.h"
|
||||
|
||||
#define amnApp (static_cast<AmneziaApplication *>(QCoreApplication::instance()))
|
||||
|
||||
|
||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||
#define AMNEZIA_BASE_CLASS QApplication
|
||||
#else
|
||||
|
|
@ -39,6 +42,8 @@ public:
|
|||
void loadTranslator();
|
||||
void parseCommands();
|
||||
|
||||
QQmlApplicationEngine *qmlEngine() const;
|
||||
|
||||
private:
|
||||
QQmlApplicationEngine *m_engine;
|
||||
UiLogic *m_uiLogic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue