diff options
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). */ |