inc/mpsongdata.h
changeset 36 a0afa279b8fe
parent 35 fdb31ab341af
child 43 0f32e550d9d8
--- a/inc/mpsongdata.h	Fri May 14 18:54:37 2010 -0500
+++ b/inc/mpsongdata.h	Fri May 28 19:46:01 2010 -0500
@@ -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)