example/FlickrAuthApp/inc/keys.h
changeset 17 106a4bfcb866
child 26 83d6a149c755
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/FlickrAuthApp/inc/keys.h	Thu Aug 05 16:46:37 2010 +0530
@@ -0,0 +1,14 @@
+/*
+ * keys.h
+ *
+ *  Created on: Jul 16, 2010
+ *      Author: satishkk
+ */
+
+#ifndef KEYS_H_
+#define KEYS_H_
+
+static const QString kApiKey = "2835574777f7421bc0d058f5a1ad5a56";
+static const QString kApiSecret = "f902dad777efa173";
+
+#endif /* KEYS_H_ */