[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=7fac3b3

The following commit has been merged in the master branch:
commit 7fac3b30747c74cef886875dcc45b7d39ab2f3d2
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Apr 11 16:54:09 2013 +0200

    Remove connect() to non-existent slot
---
 app/chat-window.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index 01fe5a0..17300d8 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -706,7 +706,6 @@ void ChatWindow::setupCustomActions()
                 QList<QKeySequence>() << QKeySequence(Qt::Key_Return) << QKeySequence(Qt::Key_Enter),
                 KAction::DefaultShortcut);
     m_sendMessage->setShortcutConfigurable(true);
-    connect(m_sendMessage, SIGNAL(triggered()), SLOT(sendCurrentTabMessage()));
     connect(m_sendMessage, SIGNAL(changed()), SLOT(updateSendMessageShortcuts()));
 
     // add custom actions to the collection

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list