add debug flug

This commit is contained in:
arcan1s
2014-07-10 09:44:23 +04:00
parent 2bf1d0f78e
commit 028546540c
14 changed files with 113 additions and 86 deletions

View File

@ -34,6 +34,7 @@ class SettingsWindow : public QMainWindow
public:
explicit SettingsWindow(MainWindow *wid = 0,
const bool debugCmd = false,
const QString configFile = QString(""));
~SettingsWindow();
QMap<QString, QString> getDefault();
@ -57,6 +58,7 @@ private slots:
private:
MainWindow *parent;
bool debug;
QString file;
Ui::SettingsWindow *ui;
void createActions();