diff options
author | saturneric <[email protected]> | 2024-04-15 13:28:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-15 13:29:10 +0000 |
commit | a961672975e3ee51442a1a1569f5894b96cf7aa9 (patch) | |
tree | 8227d8e42d0a3eca58001e1d120ce7e8f7437148 /src/core/module/Module.h | |
parent | feat: add a grt viewer and solve some issues in gnupg info tab (diff) | |
download | GpgFrontend-a961672975e3ee51442a1a1569f5894b96cf7aa9.tar.gz GpgFrontend-a961672975e3ee51442a1a1569f5894b96cf7aa9.zip |
feat: prefer to show module name instead of module id
Diffstat (limited to 'src/core/module/Module.h')
-rw-r--r-- | src/core/module/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/Module.h b/src/core/module/Module.h index 16f55fb1..615d09b9 100644 --- a/src/core/module/Module.h +++ b/src/core/module/Module.h @@ -39,7 +39,7 @@ class ModuleManager; using ModuleIdentifier = QString; using ModuleVersion = QString; -using ModuleMetaData = std::map<QString, QString>; +using ModuleMetaData = QMap<QString, QString>; using ModulePtr = std::shared_ptr<Module>; using TaskRunnerPtr = std::shared_ptr<Thread::TaskRunner>; |