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

0001 #ifndef O2HUBIC_H
0002 #define O2HUBIC_H
0003 
0004 #include "o0export.h"
0005 #include "o2.h"
0006 
0007 /// Hubic's dialect of OAuth 2.0
0008 class O0_EXPORT O2Hubic: public O2 {
0009     Q_OBJECT
0010 
0011 public:
0012     /// Constructor.
0013     /// @param  parent  Parent object.
0014     explicit O2Hubic(QObject *parent = 0);
0015 
0016 };
0017 
0018 #endif // O2_HUBIC