1 #ifndef GMAILPYINTERFACE_H
2 #define GMAILPYINTERFACE_H
6 #include "gmailinterface.h"
8 class GmailPyInterface
: public GmailInterface
13 bool isValid() { return m_gs
!= 0; }
14 void storeTaskFiles(const QStringList
& filePaths
);
18 QStringList
fetchLatestTasks() { return QStringList(); };
21 struct _object
* m_userObj
;
22 struct _object
* m_passObj
;
25 #endif // GMAILPYINTERFACE_H