diff options
Diffstat (limited to 'ui/qt5/netsimplewifipage.hh')
-rw-r--r-- | ui/qt5/netsimplewifipage.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/netsimplewifipage.hh b/ui/qt5/netsimplewifipage.hh index cb49cf9..8d6c9fd 100644 --- a/ui/qt5/netsimplewifipage.hh +++ b/ui/qt5/netsimplewifipage.hh @@ -37,7 +37,7 @@ public: int nextId() const; bool validatePage(); private: - QLabel *statusLabel; + QLabel *statusLabel, *passLabel; QPushButton *addNetButton; QListWidget *ssidListView; |