diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-06 11:31:50 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-06 11:31:50 +0100 |
commit | 6545d250e8f3e10385cbf86f0d7f46feb7b2456c (patch) | |
tree | ff36d4b5f096427aac64db888b591ff9e50bebed /buildconfig/BuildConfig.h | |
parent | b162351ff45a124b9f1df7658f4cfb8d607737a3 (diff) | |
download | PrismLauncher-6545d250e8f3e10385cbf86f0d7f46feb7b2456c.tar.gz PrismLauncher-6545d250e8f3e10385cbf86f0d7f46feb7b2456c.tar.bz2 PrismLauncher-6545d250e8f3e10385cbf86f0d7f46feb7b2456c.zip |
refactor: move help URL into buildconfig
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r-- | buildconfig/BuildConfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 863f88df..95619587 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -74,6 +74,11 @@ public: QString NEWS_OPEN_URL; /** + * URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help + */ + QString HELP_URL; + + /** * Client ID you can get from Imgur when you register an application */ QString IMGUR_CLIENT_ID; |