┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistcontroller.cpp
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-03 20:39:43 +0300
committerRoman Inflianskas <[email protected]>2018-03-04 10:27:31 +0300
commit533f050855a50212bba7be57a1590f9ce743e26d (patch)
tree9bcbfe8f2814393b39b91a35a28ce8e9c729fe2f /src/kitemviews/kitemlistcontroller.cpp
parent848abc5922167a467bb73107ee6b72e9af3c8317 (diff)
Fix some compile warnings
Reviewers: #dolphin, markg Reviewed By: markg Subscribers: elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10995
Diffstat (limited to 'src/kitemviews/kitemlistcontroller.cpp')
-rw-r--r--src/kitemviews/kitemlistcontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/kitemlistcontroller.cpp b/src/kitemviews/kitemlistcontroller.cpp
index c8e109a05..cef58b643 100644
--- a/src/kitemviews/kitemlistcontroller.cpp
+++ b/src/kitemviews/kitemlistcontroller.cpp
@@ -435,8 +435,8 @@ bool KItemListController::keyPressEvent(QKeyEvent* event)
}
}
}
- // Fall through to the default case and add the Space to the current search string.
-
+ // fall through
+ // to the default case and add the Space to the current search string.
default:
m_keyboardManager->addKeys(event->text());
// Make sure unconsumed events get propagated up the chain. #302329