[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=e151619

The following commit has been merged in the master branch:
commit e15161912d483683b20f91bf5b3cb73f35d87fb5
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Sep 19 11:38:48 2012 +0100

    Update features required to include Account::FeatureCaps, as this is now used by the AccountsModel
    
    Reviewed-by: Martin Klapetek
    BUG: 307031
---
 mainwindow.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mainwindow.cpp b/mainwindow.cpp
index 551b9aa..9152f94 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -79,7 +79,8 @@ MainWindow::MainWindow(const KUrl &url, QWidget *parent) :
                                                                        Tp::Features() << Tp::Account::FeatureCore
                                                                        << Tp::Account::FeatureAvatar
                                                                        << Tp::Account::FeatureProtocolInfo
-                                                                       << Tp::Account::FeatureProfile);
+                                                                       << Tp::Account::FeatureProfile
+                                                                       << Tp::Account::FeatureCapabilities);
 
     Tp::ConnectionFactoryPtr connectionFactory = Tp::ConnectionFactory::create(QDBusConnection::sessionBus(),
                                                                                Tp::Features() << Tp::Connection::FeatureCore

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list