mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Frameless window
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
#include "framelesswindow.h"
|
||||
#include "vpnprotocol.h"
|
||||
|
||||
class Settings;
|
||||
@@ -15,7 +16,7 @@ class MainWindow;
|
||||
/**
|
||||
* @brief The MainWindow class - Main application window
|
||||
*/
|
||||
class MainWindow : public QMainWindow
|
||||
class MainWindow : public CFramelessWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user