[nostalgia] Update nested namespaces for C++17

This commit is contained in:
2019-08-03 22:43:17 -05:00
parent 8cd38dccbf
commit 32b345ed0b
21 changed files with 27 additions and 70 deletions
+1 -3
View File
@@ -8,8 +8,7 @@
#include "plugin.hpp"
namespace nostalgia {
namespace studio {
namespace nostalgia::studio {
QVector<WizardMaker> Plugin::newWizards(const Context*) {
return {};
@@ -24,4 +23,3 @@ QWidget *Plugin::makeEditor(QString, const Context*) {
}
}
}