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

0001 //
0002 // Created by michaelpollind on 3/13/17.
0003 //
0004 
0005 #ifndef O2_O2GOOGLE_H
0006 #define O2_O2GOOGLE_H
0007 
0008 #include "o2.h"
0009 
0010 class O2Google : public O2 {
0011     Q_OBJECT
0012 public:
0013     explicit O2Google(QObject *parent = 0);
0014 };
0015 
0016 
0017 #endif //O2_O2GOOGLE_H