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

0001 #include "o2gft.h"
0002 
0003 static const char *GftScope = "https://www.googleapis.com/auth/fusiontables";
0004 
0005 O2Gft::O2Gft(QObject *parent): O2Google(parent) {
0006     setScope(GftScope);
0007 }
0008 
0009 #include "moc_o2gft.cpp"