[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
|
||||
using namespace nostalgia::studio;
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
Plugin::Plugin() {
|
||||
}
|
||||
@@ -32,4 +31,3 @@ QVector<studio::WizardMaker> Plugin::importWizards(const studio::Context *args)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user