diff --git a/3rdparty/o2/src/o2gft.h b/3rdparty/o2/src/o2gft.h new file mode 100644 index 0000000000000000000000000000000000000000..fa6dc41bbfe3ab677775d4dc70753d529b766add --- /dev/null +++ b/3rdparty/o2/src/o2gft.h @@ -0,0 +1,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