mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
chore: minor ui fixes
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#else
|
||||
#include <QApplication>
|
||||
#endif
|
||||
#include <QClipboard>
|
||||
|
||||
#include "core/controllers/coreController.h"
|
||||
#include "settings.h"
|
||||
@@ -41,10 +42,8 @@ public:
|
||||
#endif
|
||||
|
||||
QQmlApplicationEngine *qmlEngine() const;
|
||||
QNetworkAccessManager *manager()
|
||||
{
|
||||
return m_nam;
|
||||
}
|
||||
QNetworkAccessManager *networkManager();
|
||||
QClipboard *getClipboard();
|
||||
|
||||
private:
|
||||
QQmlApplicationEngine *m_engine {};
|
||||
|
||||
Reference in New Issue
Block a user