it works
authorTommi Asp <tomma.asp@gmail.com>
Thu, 6 May 2010 17:22:41 +0000 (20:22 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Thu, 6 May 2010 17:22:41 +0000 (20:22 +0300)
src/filelistwidget.cpp

index 52c3f3a..4466fed 100644 (file)
@@ -269,7 +269,7 @@ void FileListWidget::actionSendFiles()
 
     // Make dbuscall to send files
     QDBusInterface interface("com.nokia.bt_ui", "/com/nokia/bt_ui", "com.nokia.bt_ui",QDBusConnection::systemBus());
-    QDBusMessage reply = interface.call(QDBus::Block, "show_send_file_dlg", files);
+    interface.call(QDBus::Block, "show_send_file_dlg", files);
 
 #else
     QMessageBox::information(this,