added about window

This commit is contained in:
arcan1s
2014-07-14 18:31:35 +04:00
parent 2e35cd356e
commit 2f40ae7913
15 changed files with 412 additions and 46 deletions

View File

@ -34,7 +34,7 @@ class SettingsWindow : public QMainWindow
Q_OBJECT
public:
explicit SettingsWindow(MainWindow *wid = 0,
explicit SettingsWindow(QWidget *parent = 0,
const bool debugCmd = false,
const QString configFile = QString(""));
~SettingsWindow();
@ -62,7 +62,6 @@ private slots:
void selectWpaSupPath();
private:
MainWindow *parent;
bool debug;
QString file;
Ui::SettingsWindow *ui;