File indexing completed on 2025-01-19 03:55:39

0001 #ifndef O2GFT_H
0002 #define O2GFT_H
0003 
0004 #include "o0export.h"
0005 #include "o2google.h"
0006 
0007 /// Google Fusion Tables' dialect of OAuth 2.0
0008 class O0_EXPORT O2Gft: public O2Google{
0009     Q_OBJECT
0010 
0011 public:
0012     explicit O2Gft(QObject *parent = 0);
0013 };
0014 
0015 #endif // O2GFT_H