end of refactoring

This commit is contained in:
arcan1s
2014-07-13 11:45:20 +04:00
parent 3fb847a7b6
commit 7660deb787
5 changed files with 25 additions and 30 deletions

View File

@ -52,8 +52,8 @@ class MainWindow : public QMainWindow
public:
explicit MainWindow(QWidget *parent = 0,
const bool defaultSettings = false,
const bool debugCmd = false,
const bool defaultSettings = false,
const bool showNetctlAuto = false,
const bool showSettings = false,
const int tabNum = 1);
@ -61,6 +61,7 @@ public:
public slots:
void updateTabs(const int tab);
void updateMenu(const int tab);
// wifi tab slots
void connectToUnknownEssid(const QString passwd);
void setHiddenName(const QString name);
@ -68,7 +69,6 @@ public slots:
private slots:
// menu update slots
void setMenuActionsShown(const bool state = true);
void updateMenu();
void updateMenuMain();
void updateMenuProfile();
void updateMenuWifi();