[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_R?=
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2011-02-03 4:53:58
Message-ID: 20110203045358.C9032A60C6 () git ! kde ! org
[Download RAW message or body]

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

Removed uneeded include and added a debug conditional.

M  +3    -1    src/actionplugins/sendfile/helper/sendfilewizard.cpp     

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

diff --git a/src/actionplugins/sendfile/helper/sendfilewizard.cpp \
b/src/actionplugins/sendfile/helper/sendfilewizard.cpp index 7584bcd..e32951c 100644
--- a/src/actionplugins/sendfile/helper/sendfilewizard.cpp
+++ b/src/actionplugins/sendfile/helper/sendfilewizard.cpp
@@ -35,7 +35,6 @@
 
 #include <bluedevil/bluedevil.h>
 #include <sendfilesjob.h>
-#include <kdiroperator.h>
 
 using namespace BlueDevil;
 
@@ -118,6 +117,9 @@ void SendFileWizard::startTransfer()
         kDebug() << "No files to send";
         return;
     }
+    if (!m_device) {
+        kDebug() << "No device selected";
+    }
 
     m_job = new SendFilesJob(m_files, m_device, m_agent);
     connect(m_job, SIGNAL(destroyed(QObject*)), qApp, SLOT(quit()));


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

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