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

List:       kde-commits
Subject:    KDE/kdebase/runtime/plasma/scriptengines/javascript/simplebindings
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-11-28 0:11:36
Message-ID: 1259367096.982246.16653.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1055417 by aseigo:

now that we've figured out how the gc() works, don't need this around anymore


 M  +0 -2      filedialogproxy.cpp  


--- trunk/KDE/kdebase/runtime/plasma/scriptengines/javascript/simplebindings/filedialogproxy.cpp \
#1055416:1055417 @@ -26,14 +26,12 @@
     : QObject(parent),
       m_dialog(new KFileDialog(KUrl("~"), QString(), 0))
 {
-    kDebug() << "hello beautiful";
     m_dialog->setOperationMode(mode);
     connect(m_dialog, SIGNAL(finished()), this, SLOT(dialogFinished()));
 }
 
 FileDialogProxy::~FileDialogProxy()
 {
-    kDebug() << this << "bye bye";
     delete m_dialog;
 }
 


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

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