From ae4216de6101db63a1ec7d817852cad2d10863f5 Mon Sep 17 00:00:00 2001
From: Petr Mrázek <peterix@gmail.com>
Date: Fri, 2 Oct 2015 00:12:53 +0200
Subject: GH-719 implement paste.ee API keys

---
 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 8a6a76b5..a81d16ed 100644
--- a/application/BuildConfig.h
+++ b/application/BuildConfig.h
@@ -47,6 +47,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).
-- 
cgit