diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-10-02 00:12:53 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-10-02 00:12:53 +0200 |
commit | ae4216de6101db63a1ec7d817852cad2d10863f5 (patch) | |
tree | 1a565f4381bad632941f46724ae330ea8355bff0 /application/BuildConfig.h | |
parent | ac8ff8806137d3f6db35afe54b0ef777c40278ef (diff) | |
download | PrismLauncher-ae4216de6101db63a1ec7d817852cad2d10863f5.tar.gz PrismLauncher-ae4216de6101db63a1ec7d817852cad2d10863f5.tar.bz2 PrismLauncher-ae4216de6101db63a1ec7d817852cad2d10863f5.zip |
GH-719 implement paste.ee API keys
Diffstat (limited to 'application/BuildConfig.h')
-rw-r--r-- | application/BuildConfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/BuildConfig.h b/application/BuildConfig.h index 8a6a76b5..a81d16ed 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -48,6 +48,11 @@ public: QString NEWS_RSS_URL; /** + * API key you can get from paste.ee when you register an account + */ + QString PASTE_EE_KEY; + + /** * \brief Converts the Version to a string. * \return The version number in string format (major.minor.revision.build). */ |