SOURCES: lastfm-player-cachedir.patch - use qt4 API

qboosh qboosh at pld-linux.org
Wed Feb 8 20:23:50 CET 2006


Author: qboosh                       Date: Wed Feb  8 19:23:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use qt4 API

---- Files affected:
SOURCES:
   lastfm-player-cachedir.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/lastfm-player-cachedir.patch
diff -u SOURCES/lastfm-player-cachedir.patch:1.1 SOURCES/lastfm-player-cachedir.patch:1.2
--- SOURCES/lastfm-player-cachedir.patch:1.1	Wed Feb  8 18:05:19 2006
+++ SOURCES/lastfm-player-cachedir.patch	Wed Feb  8 20:23:44 2006
@@ -13,7 +13,7 @@
      , m_playback( new Playback() )
      , m_timer( new QTimer() )
 -    , m_coverLoader( new CoverLoader( this, QApplication::applicationDirPath() + "/cache/" ) )
-+    , m_coverLoader( new CoverLoader( this, QDir::homeDirPath() + "/.last.fm/cache/" ) )
++    , m_coverLoader( new CoverLoader( this, QDir::homePath() + "/.last.fm/cache/" ) )
      , m_coverBuffer( new QBuffer() )
      , m_animation( new QMovie( QApplication::applicationDirPath() + "/data/progress_active.mng" ) )
      , m_proxyConnected( false )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lastfm-player-cachedir.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list