Refactoring
This commit is contained in:
parent
13f9764853
commit
5eede71667
21 changed files with 566 additions and 220 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue