[nostalgia] Update nested namespaces for C++17
This commit is contained in:
@@ -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*) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user