example/FlickrAuthApp/inc/keys.h
author cgandhi
Thu, 05 Aug 2010 16:46:37 +0530
changeset 17 106a4bfcb866
child 26 83d6a149c755
permissions -rw-r--r--
pushing the flickr auth app and gallery plugins

/*
 * 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_ */