diff options
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index f45c0b49..b7670b95 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -131,6 +131,14 @@ class GPGFRONTEND_CORE_EXPORT GlobalSettingStation */ [[nodiscard]] auto GetIntegratedModulePath() const -> QString; + /** + * @brief + * + * @return true + * @return false + */ + [[nodiscard]] auto IsProtableMode() const -> bool; + private: class Impl; SecureUniquePtr<Impl> p_; |