diff options
author | dada513 <dada513@protonmail.com> | 2022-02-10 13:14:25 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-02-10 13:14:25 +0100 |
commit | 70f8cb81b8bbdf8bc2f4931981002ab56125361d (patch) | |
tree | ede5ce1b3b67cfd7c25061fb49ee4315c6e44c41 /buildconfig/BuildConfig.h | |
parent | f8ca6b4867d1b01310269293426c65ef78c5ec67 (diff) | |
download | PrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.tar.gz PrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.tar.bz2 PrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.zip |
Initial RSS re-add and removed hardcoded strings
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 d09d5288..6e524736 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -68,6 +68,11 @@ public: QString NEWS_RSS_URL; /** + * URL that gets opened when the user clicks "More News" + */ + QString NEWS_OPEN_URL; + + /** * Client ID you can get from Imgur when you register an application */ QString IMGUR_CLIENT_ID; |