aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GlobalSettingStation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r--src/core/function/GlobalSettingStation.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h
index e7da0308..f45c0b49 100644
--- a/src/core/function/GlobalSettingStation.h
+++ b/src/core/function/GlobalSettingStation.h
@@ -124,6 +124,13 @@ class GPGFRONTEND_CORE_EXPORT GlobalSettingStation
*/
void ClearAllDataObjects() const;
+ /**
+ * @brief Get the Integrated Module Path object
+ *
+ * @return QString
+ */
+ [[nodiscard]] auto GetIntegratedModulePath() const -> QString;
+
private:
class Impl;
SecureUniquePtr<Impl> p_;