[rkward] rkward/windows: cleanup

Thomas Friedrichsmeier null at kde.org
Fri Feb 22 13:44:17 GMT 2019


Git commit f4f639774cddeccf8504192db6e491594bb79e4b by Thomas Friedrichsmeier.
Committed on 22/02/2019 at 13:44.
Pushed by tfry into branch 'master'.

cleanup

M  +0    -1    rkward/windows/rkcodecompletion.cpp

https://commits.kde.org/rkward/f4f639774cddeccf8504192db6e491594bb79e4b

diff --git a/rkward/windows/rkcodecompletion.cpp b/rkward/windows/rkcodecompletion.cpp
index 675a32f7..df1cf176 100644
--- a/rkward/windows/rkcodecompletion.cpp
+++ b/rkward/windows/rkcodecompletion.cpp
@@ -321,7 +321,6 @@ bool RKCompletionManager::eventFilter (QObject* watched, QEvent* event) {
 		QKeyEvent *k = static_cast<QKeyEvent *> (event);
 
 		if (k->key () == Qt::Key_Tab && (!k->modifiers ())) {
-			RK_DEBUG(COMMANDEDITOR, DL_ERROR, "%d", k->type ());
 			// If only the calltip is active, make sure the tab-key behaves as a regular key. There is no completion in this case.
 			if (active_models.count () == 1 && active_models[0] == callhint_model) {
 				cc_iface->abortCompletion (); // That's a bit lame, but the least hacky way to get the key into the document. Note that we keep active==true, so



More information about the rkward-tracker mailing list