~ubuntu-branches/ubuntu/natty/kipi-plugins/natty

« back to all changes in this revision

Viewing changes to picasawebexport/picasawebitem.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-13 01:07:38 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613010738-y8ped08n4vibopv3
Tags: 1.3.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    QStringList tags;
54
54
};
55
55
 
 
56
// -----------------------------------------------------------------
 
57
 
56
58
class PicasaWebPhoto
57
59
{
58
60
 
66
68
        gpsLat = "";
67
69
    }
68
70
 
69
 
    QString   id;
70
 
    QString   title;
71
 
    QString   timestamp;
72
 
    QString   description;
73
 
    QString   location;
74
 
    QString   access;
75
 
    bool      canComment;
 
71
    QString     id;
 
72
    QString     title;
 
73
    QString     timestamp;
 
74
    QString     description;
 
75
    QString     location;
 
76
    QString     access;
 
77
    bool        canComment;
76
78
    QStringList tags;
77
 
    QString   mimeType;
78
 
    QString   gpsLon;
79
 
    QString   gpsLat;
80
 
    KUrl      originalURL;
81
 
    KUrl      thumbURL;
82
 
    KUrl      editUrl;
 
79
    QString     mimeType;
 
80
    QString     gpsLon;
 
81
    QString     gpsLat;
 
82
    KUrl        originalURL;
 
83
    KUrl        thumbURL;
 
84
    KUrl        editUrl;
83
85
};
84
86
 
85
87
} // namespace KIPIPicasawebExportPlugin