File indexing completed on 2025-01-19 03:55:40
0001 #ifndef O2VIMEO_H 0002 #define O2VIMEO_H 0003 0004 #include "o0export.h" 0005 #include "o2.h" 0006 0007 /// Vimeo dialect of OAuth 2.0 0008 class O0_EXPORT O2Vimeo : public O2 { 0009 Q_OBJECT 0010 0011 public: 0012 explicit O2Vimeo(QObject *parent = 0); 0013 }; 0014 0015 #endif // O2VIMEO_H