equal
deleted
inserted
replaced
47 //void deleteImage( int index ); |
47 //void deleteImage( int index ); |
48 //void renameImage( int index, const QString& path ); |
48 //void renameImage( int index, const QString& path ); |
49 CxeImageDataItem &operator[]( int index ); |
49 CxeImageDataItem &operator[]( int index ); |
50 |
50 |
51 public: // public member functions, not in client API |
51 public: // public member functions, not in client API |
52 CxeImageDataItemSymbian *startSave( QByteArray data, QString path, int id ); |
52 CxeImageDataItemSymbian *startSave( QByteArray data, QString path, int id, bool addLocation); |
53 |
53 |
54 private: // private data members |
54 private: // private data members |
55 QList<CxeImageDataItemSymbian*> mList; |
55 QList<CxeImageDataItemSymbian*> mList; |
56 }; |
56 }; |
57 |
57 |