aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-03-01 06:36:33 +0000
committersaturneric <[email protected]>2024-03-01 06:36:33 +0000
commita74841f70cfe985ca12af353ed289925085241c1 (patch)
tree1975edc8d37a6519aea02c5762025d85c639d9fa /src/core/module/Module.h
parentfeat: add prefix GF to all sdk and module symbols (diff)
downloadGpgFrontend-a74841f70cfe985ca12af353ed289925085241c1.tar.gz
GpgFrontend-a74841f70cfe985ca12af353ed289925085241c1.zip
feat: validate module id format and compatibility of sdk and qt env
Diffstat (limited to 'src/core/module/Module.h')
-rw-r--r--src/core/module/Module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/module/Module.h b/src/core/module/Module.h
index 3e51357d..16f55fb1 100644
--- a/src/core/module/Module.h
+++ b/src/core/module/Module.h
@@ -75,6 +75,10 @@ class GPGFRONTEND_CORE_EXPORT Module : public QObject {
[[nodiscard]] auto GetModuleHash() const -> QString;
+ [[nodiscard]] auto GetModuleSDKVersion() const -> QString;
+
+ [[nodiscard]] auto GetModuleQtEnvVersion() const -> QString;
+
void SetGPC(GlobalModuleContext *);
protected: