mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Refactoring
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QMainWindow>
|
||||
|
||||
#include "framelesswindow.h"
|
||||
#include "vpnprotocol.h"
|
||||
#include "protocols/vpnprotocol.h"
|
||||
|
||||
class Settings;
|
||||
class VpnConnection;
|
||||
@@ -45,9 +45,6 @@ private slots:
|
||||
|
||||
void on_pushButton_close_clicked();
|
||||
|
||||
protected:
|
||||
bool requestOvpnConfig(const QString& hostName, const QString& userName, const QString& password, int port = 22, int timeout = 30);
|
||||
|
||||
private:
|
||||
void goToPage(Page page);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user