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

List:       kde-commits
Subject:    kdeaddons/renamedlgplugins/audio
From:       Fabian Wolf <fabianw () gmx ! net>
Date:       2003-03-30 14:48:11
[Download RAW message or body]

CVS commit by fwolf: 


removed debug output


  M +1 -2      audio_plugin.cpp   1.3
  M +1 -3      audiopreview.cpp   1.3


--- kdeaddons/renamedlgplugins/audio/audio_plugin.cpp  #1.2:1.3
@@ -20,5 +20,4 @@
 */
 
-#include <kdebug.h>
 #include <kgenericfactory.h>
 #include <renamedlgplugin.h>
@@ -71,5 +70,5 @@ bool KTestMenu::initialize( KIO::RenameD
    QLabel *label_dst  = new QLabel(this);
    QLabel *label_ask  = new QLabel(this);
-kdDebug() << "START" << endl;
+
    QString sentence1;
    if (mtimeDest < mtimeSrc)

--- kdeaddons/renamedlgplugins/audio/audiopreview.cpp  #1.2:1.3
@@ -17,5 +17,5 @@
    Boston, MA 02111-1307, USA.
 */
-#include <kdebug.h>
+
 #include <kfilemetainfo.h>
 #include <klocale.h>
@@ -34,5 +34,4 @@ AudioPreview::AudioPreview( QWidget *par
   : QVBox( parent, name )
 {
-kdDebug() << "REACHED #1 #################" << endl;
   pic = 0;
   description = 0;
@@ -50,5 +49,4 @@ kdDebug() << "REACHED #1 ###############
     }
     KFileMetaInfo info(path);
-kdDebug() << "REACHED #2 ###############" << endl;
     pic = new QLabel(this);
     pic->setPixmap(KMimeType::pixmapForURL(fileName));


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

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