aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/GlobalModuleContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/GlobalModuleContext.h')
-rw-r--r--src/core/module/GlobalModuleContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/GlobalModuleContext.h b/src/core/module/GlobalModuleContext.h
index 48c0b7ee..1c971bb5 100644
--- a/src/core/module/GlobalModuleContext.h
+++ b/src/core/module/GlobalModuleContext.h
@@ -42,7 +42,7 @@ class GlobalRegisterTable;
class Module;
class ModuleManager;
-using ModuleIdentifier = std::string;
+using ModuleIdentifier = QString;
using ModulePtr = std::shared_ptr<Module>;
using ModuleRawPtr = Module*;