summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index 3686c90..b884fb0 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -35,7 +35,7 @@ public slots:
void startNetworkDiscovery();
- void handleAllProcessesFinished();
+ void handleAllProcessesFinished(bool userChoice);
void continueBootWithoutCheck(QString ifName);
void continueBoot(const QString& ifName);
@@ -45,9 +45,6 @@ public slots:
signals:
void initFbgui();
-private slots:
- void setUserChoiceTrue();
-
private:
void addActions();
@@ -57,7 +54,6 @@ private:
QAction* _allowUserChoice;
QAction* _tryAgain;
- bool _userChoice;
bool _started;
QList<QString> _ifNameList;