--- a/inc/mpsongdata.h Thu May 27 12:49:57 2010 +0300
+++ b/inc/mpsongdata.h Fri Jun 11 13:36:36 2010 +0300
@@ -66,6 +66,7 @@
void commitPlaybackInfo();
// inform details view when details information is ready
void commitSongDetailInfo();
+ void removeAlbumArtFile() const; //TODO: Remove when base64 starts to work
public slots:
void thumbnailReady( const QPixmap& pixmap, void *data, int id, int error );
@@ -125,6 +126,7 @@
QString mModified;
QString mCopyright;
QString mMusicURL;
+ QString mTempAlbumArt; //TODO: Remove when base64 starts to work
bool mDrmProtected;
Q_DISABLE_COPY(MpSongData)