forked from qt-creator/qt-creator
WebAssembly: use a dedicated class to create EmrunRunWorker
Change-Id: Idbeece82d8b59f02148207b0459a76aae162bb51 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
namespace WebAssembly {
|
||||
namespace Internal {
|
||||
namespace WebAssembly::Internal {
|
||||
|
||||
class WebAssemblyPlugin : public ExtensionSystem::IPlugin
|
||||
{
|
||||
@@ -32,5 +31,4 @@ private slots:
|
||||
#endif // WITH_TESTS
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace WebAssembly
|
||||
} // WebAssembly::Internal
|
||||
|
||||
Reference in New Issue
Block a user