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.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: