[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:07 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=431d2cc

The following commit has been merged in the master branch:
commit 431d2cc20d187f7901e3caad92a0e39b66608681
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Feb 10 18:04:00 2015 +0100

    Set the action text as tooltip too
    
    The toolbar is using icons-only mode, so tooltips are essential
---
 main-widget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main-widget.cpp b/main-widget.cpp
index 5770fc5..44c448d 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -524,6 +524,7 @@ void MainWidget::setupTelepathy()
 QAction *MainWidget::createAction(const QString &text, QObject *signalReceiver, const char *slot, const QIcon &icon = QIcon())
 {
     QAction *action = new QAction(icon, text, this);
+    action->setToolTip(text);
     connect(action, SIGNAL(triggered(bool)), signalReceiver, slot);
     return action;
 }

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list