[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Jeff Mitchell <kde-dev () emailgoeshere ! com>
Date:       2007-05-30 18:30:27
Message-ID: 1180549827.926872.21650.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669896 by mitchell:

Make compile from a clean build


 M  +4 -2      collectiondb.cpp  
 M  +2 -2      collectiondb.h  


--- trunk/extragear/multimedia/amarok/src/collectiondb.cpp #669895:669896
@@ -27,7 +27,6 @@
 #include "mediabrowser.h"
 #include "metabundle.h"           //updateTags()
 #include "mountpointmanager.h"    //buildQuery()
-#include "organizecollectiondialog.h"
 #include "playlist.h"
 #include "playlistloader.h"
 #include "playlistbrowser.h"
@@ -3980,8 +3979,10 @@
 }
 
 bool
-CollectionDB::organizeFile( const KUrl &src, const OrganizeCollectionDialog &dialog, bool copy )
+CollectionDB::organizeFile( const KUrl &src, /*const OrganizeCollectionDialog &dialog,*/ bool copy )
 {
+   return false;
+/*
    if( !MetaBundle::isKioUrl( src ) )
        return false;
 
@@ -4095,6 +4096,7 @@
    m_moveFileJobCancelled = false;
 
    return true;
+*/
 }
 
 bool
--- trunk/extragear/multimedia/amarok/src/collectiondb.h #669895:669896
@@ -41,7 +41,7 @@
 class DbConnection;
 class CoverFetcher;
 class MetaBundle;
-class OrganizeCollectionDialog;
+//class OrganizeCollectionDialog;
 class PodcastChannelBundle;
 class PodcastEpisodeBundle;
 class Q3ListViewItem;
@@ -394,7 +394,7 @@
         QDateTime getLastPlay( const QString &url );
         void migrateFile( const QString &oldURL, const QString &newURL );
         bool moveFile( const QString &src, const QString &dest, bool overwrite, bool copy = false );
-        bool organizeFile( const KUrl &src, const OrganizeCollectionDialog &dialog, bool copy );
+        bool organizeFile( const KUrl &src, /*const OrganizeCollectionDialog &dialog,*/ bool copy );
 
         //artist methods
         QStringList similarArtists( const QString &artist, uint count );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic