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

List:       kde-commits
Subject:    kdeextragear-1/amarok/src
From:       Mark Kretschmann <markey () web ! de>
Date:       2005-02-01 18:11:39
Message-ID: 20050201181139.53B2F1D02F () office ! kde ! org
[Download RAW message or body]

CVS commit by markey: 

Fix compile warnings.


  M +3 -2      collectiondb.h   1.124
  M +1 -1      enginecontroller.h   1.43
  M +2 -0      playlist.cpp   1.405
  M +3 -2      scrobbler.h   1.13


--- kdeextragear-1/amarok/src/collectiondb.h  #1.123:1.124
@@ -264,4 +264,7 @@ class CollectionDB : public QObject, pub
 
     protected:
+        CollectionDB();
+        ~CollectionDB();
+
         QCString md5sum( const QString& artist, const QString& album, const QString& \
file = QString::null );  void engineTrackEnded( int finalPosition, int trackLength );
@@ -287,6 +290,4 @@ class CollectionDB : public QObject, pub
         static const bool DEBUG = false;
 
-        CollectionDB();
-        ~CollectionDB();
         void initialize();
         void destroy();

--- kdeextragear-1/amarok/src/enginecontroller.h  #1.42:1.43
@@ -99,5 +99,5 @@ private slots:
     void streamError();
 
-private:
+protected:
     EngineController();
    ~EngineController();

--- kdeextragear-1/amarok/src/playlist.cpp  #1.404:1.405
@@ -1031,4 +1031,6 @@ Playlist::contentsDropEvent( QDropEvent 
         QTextDrag::decode( e, data, subtype );
 
+        debug() << subtype << endl;
+
         if( subtype == "amarok-sql" ) {
             setSorting( NO_SORT );

--- kdeextragear-1/amarok/src/scrobbler.h  #1.12:1.13
@@ -36,4 +36,7 @@ class Scrobbler : public QObject, public
 
     protected:
+        Scrobbler();
+        ~Scrobbler();
+
         void engineNewMetaData( const MetaBundle& /*bundle*/, bool /*state*/ );
         void engineTrackPositionChanged( long /*position*/ );
@@ -45,6 +48,4 @@ class Scrobbler : public QObject, public
 
     private:
-        Scrobbler();
-        ~Scrobbler();
         void appendSimilar( SubmitItem* item ) const;
         QString m_similarArtistsBuffer;


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

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