add contextual actions to wifi tab

This commit is contained in:
arcan1s
2014-07-10 10:30:26 +04:00
parent a845e32960
commit bf799ce061
3 changed files with 40 additions and 0 deletions

View File

@ -83,6 +83,7 @@ private slots:
void profileTabCreateProfile();
void profileTabLoadProfile();
// wifi tab slots
void wifiTabContextualMenu(const QPoint &pos);
void wifiTabSetEnabled(const bool state);
void wifiTabStart();
void wifiTabRefreshButtons(QTableWidgetItem *current, QTableWidgetItem *previous);