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

List:       kde-commits
Subject:    =?utf-8?q?=5Bbluedevil=5D_src/actionplugins/sendfile/helper=3A_A?=
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2011-02-03 4:53:58
Message-ID: 20110203045358.CD488A60CE () git ! kde ! org
[Download RAW message or body]

Git commit a18c4825a6352592b72be73c18cb98249762079e by Alex Fiestas.
Committed on 03/02/11 at 05:53.
Pushed by afiestas into branch 'master'.

Added needed kDebugs to be able to provide useful info.

M  +4    -0    src/actionplugins/sendfile/helper/sendfilewizard.cpp     

http://commits.kde.org/bluedevil/a18c4825a6352592b72be73c18cb98249762079e

diff --git a/src/actionplugins/sendfile/helper/sendfilewizard.cpp \
b/src/actionplugins/sendfile/helper/sendfilewizard.cpp index 6e9a75b..7209b21 100644
--- a/src/actionplugins/sendfile/helper/sendfilewizard.cpp
+++ b/src/actionplugins/sendfile/helper/sendfilewizard.cpp
@@ -53,6 +53,9 @@ SendFileWizard::SendFileWizard(const QString& deviceUBI, const \
QStringList& file  return;
     }
 
+    kDebug() << "DeviceUbi: " << deviceUBI;
+    kDebug() << "Files";
+    kDebug() << files;
     setWindowTitle(i18n("Bluetooth Send Files"));
 
     setButton(QWizard::NextButton, new KPushButton(KIcon("document-export"), \
i18n("Send Files"))); @@ -102,6 +105,7 @@ void SendFileWizard::setFiles(const \
QStringList& files)  
 void SendFileWizard::setDevice(Device* device)
 {
+    kDebug() << device;
     m_device = device;
 }
 


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

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