From 00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Wed, 6 Apr 2016 23:09:30 +0200 Subject: NOISSUE Add a skeleton of the wonko system --- application/BuildConfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/BuildConfig.h') diff --git a/application/BuildConfig.h b/application/BuildConfig.h index edba18e3..64d07065 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -57,6 +57,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). -- cgit