removed settings namespace

This commit is contained in:
fourtf
2017-01-23 16:38:06 +01:00
parent 13e7f43278
commit 9041dbf014
13 changed files with 44 additions and 60 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H
#include "settings/settings.h"
#include "settings.h"
#include "widgets/settingsdialogtab.h"
#include <QButtonGroup>
@@ -42,7 +42,7 @@ private:
/// Widget creation helpers
QCheckBox *createCheckbox(const QString &title,
settings::Setting<bool> &setting);
Setting<bool> &setting);
};
} // namespace widgets