added command line arguments

This commit is contained in:
arcan1s
2014-02-21 22:18:08 +04:00
parent f3b6457a9b
commit a56119d0de
4 changed files with 57 additions and 4 deletions

View File

@ -49,7 +49,9 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
explicit MainWindow(QWidget *parent = 0,
bool defaultSettings = false,
int tabNum = 0);
~MainWindow();
Netctl *netctlCommand;
NetctlProfile *netctlProfile;