[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:06:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=f1f710b

The following commit has been merged in the master branch:
commit f1f710b2bc465e06c31e4e931fad3653ec604e55
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Thu Jun 6 17:04:15 2013 +0200

    Add a Clear action to ktp-debugger
    
    REVIEW: 110851
---
 tools/debugger/debug-message-view.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/debugger/debug-message-view.cpp b/tools/debugger/debug-message-view.cpp
index b581f4f..6435405 100644
--- a/tools/debugger/debug-message-view.cpp
+++ b/tools/debugger/debug-message-view.cpp
@@ -47,6 +47,7 @@ DebugMessageView::DebugMessageView(QWidget *parent)
     addAction(addMark);
     addAction(KStandardAction::copy(this, SLOT(copy()), this));
     addAction(KStandardAction::selectAll(this, SLOT(selectAll()), this));
+    addAction(KStandardAction::clear(this, SLOT(clear()), this));
 }
 
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list