aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/Module.h')
-rw-r--r--src/core/module/Module.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/module/Module.h b/src/core/module/Module.h
index 5eb214cc..097c7b00 100644
--- a/src/core/module/Module.h
+++ b/src/core/module/Module.h
@@ -68,6 +68,14 @@ class GPGFRONTEND_CORE_EXPORT Module : public QObject {
[[nodiscard]] auto GetModuleIdentifier() const -> ModuleIdentifier;
+ [[nodiscard]] auto GetModuleVersion() const -> ModuleVersion;
+
+ [[nodiscard]] auto GetModuleMetaData() const -> ModuleMetaData;
+
+ [[nodiscard]] auto GetModulePath() const -> QString;
+
+ [[nodiscard]] auto GetModuleHash() const -> QString;
+
void SetGPC(GlobalModuleContext *);
protected: