example/FlickrAuthApp/inc/keys.h
changeset 26 83d6a149c755
parent 17 106a4bfcb866
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
     6  */
     6  */
     7 
     7 
     8 #ifndef KEYS_H_
     8 #ifndef KEYS_H_
     9 #define KEYS_H_
     9 #define KEYS_H_
    10 
    10 
    11 static const QString kApiKey = "2835574777f7421bc0d058f5a1ad5a56";
    11 static const QString kApiKey = "bd34c1b4f634cb146510a922422a1b99";
    12 static const QString kApiSecret = "f902dad777efa173";
    12 static const QString kApiSecret = "cb4e8fd477786975";
    13 
    13 
    14 #endif /* KEYS_H_ */
    14 #endif /* KEYS_H_ */