Ignore:
Timestamp:
02/03/10 22:06:42 (2 years ago)
Author:
roeland
Message:

Basic contact retrival works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libQtGdata/trunk/qtgdata_calendar.h

    r1 r2  
    55 
    66#include <QString> 
     7#include <QStringList> 
    78 
    89class QtGdata_calendar : public QtGdata 
     
    1011public: 
    1112    QtGdata_calendar(const QString username, const QString password); 
     13 
     14    QStringList getCalendars(); 
    1215}; 
    1316 
Note: See TracChangeset for help on using the changeset viewer.