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

List:       kde-commits
Subject:    KDE/kdemultimedia/libkcddb
From:       Alex Kern <alex.kern () gmx ! de>
Date:       2006-12-29 21:21:30
Message-ID: 1167427290.255648.5048.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 617656 by kernalex:

EBN fixes

 M  +1 -1      cache.cpp  
 M  +1 -1      cdinfodialog.h  
 M  +6 -6      client.h  


--- trunk/KDE/kdemultimedia/libkcddb/cache.cpp #617655:617656
@@ -39,7 +39,7 @@
     if ( !dir.exists( category ) )
       dir.mkdir( category );
 
-    return cacheDir + "/" + category + "/" + discid;
+    return cacheDir + '/' + category + '/' + discid;
   }
 
     CDInfoList
--- trunk/KDE/kdemultimedia/libkcddb/cdinfodialog.h #617655:617656
@@ -31,7 +31,7 @@
     {
     Q_OBJECT
     public:
-        CDInfoDialog(QWidget* parent);
+        explicit CDInfoDialog(QWidget* parent);
         virtual ~CDInfoDialog() { }
 
         void setInfo( const KCDDB::CDInfo &info, KCDDB::TrackOffsetList &trackStartFrames );
--- trunk/KDE/kdemultimedia/libkcddb/client.h #617655:617656
@@ -34,7 +34,7 @@
 
   /**
    * Class used to obtain CDDB information about a CD
-   * 
+   *
    * Example:
    * <code>KCDDB::Client *cddb = new KCDDB::Client();
    * cddb->lookup(discSignature);
@@ -63,10 +63,10 @@
       /**
        * Searches the database for entries matching the offset list.
        * Use lookupResponse() to get the results
-       * 
+       *
        * @param trackOffsetList A List of the start offsets of the tracks,
        * and the offset of the lead-out track at the end of the list
-       * 
+       *
        * @return if the results of the lookup: Success, NoRecordFound, etc
        */
       CDDB::Result lookup(const TrackOffsetList &trackOffsetList);
@@ -85,14 +85,14 @@
 
     signals:
       /**
-       * emited when not blocking and lookup() finished.
+       * emitted when not blocking and lookup() finished.
        */
       void finished( CDDB::Result result );
 
     protected slots:
       /**
        * Called when the lookup is finished with the result
-       */ 
+       */
       void slotFinished( CDDB::Result result );
       /**
        * Called when the submit is finished with the result
@@ -102,7 +102,7 @@
     private:
       class Private;
       Private * d;
-      
+
       Lookup * cdInfoLookup;
       Submit * cdInfoSubmit;
   };
[prev in list] [next in list] [prev in thread] [next in thread] 

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