1
/*
2
* keys.h
3
*
4
* Created on: Jul 16, 2010
5
* Author: satishkk
6
*/
7
8
#ifndef KEYS_H_
9
#define KEYS_H_
10
11
static const QString kApiKey = "2835574777f7421bc0d058f5a1ad5a56";
12
static const QString kApiSecret = "f902dad777efa173";
13
14
#endif /* KEYS_H_ */