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 edba18e3..64d07065 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -58,6 +58,11 @@ public: QString PASTE_EE_KEY; /** + * Root URL for wonko things. Other wonko URLs will be resolved relative to this. + */ + QString WONKO_ROOT_URL; + + /** * \brief Converts the Version to a string. * \return The version number in string format (major.minor.revision.build). */ |