1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef O2GFT_H #define O2GFT_H #include "o2.h" /// Google Fusion Tables' dialect of OAuth 2.0 class O2Gft: public O2 { Q_OBJECT public: explicit O2Gft(QObject *parent = 0); }; #endif // O2GFT_H