]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.cpp
Revert "Fix some compile warnings"
[dolphin.git] / src / kitemviews / kitemlistcontroller.cpp
index 36d8e4671b3ad5626e77f0502bcc5ed355eb17ab..672c31ae4f28b3c8cfd2d710733b1a3db8005cec 100644 (file)
@@ -433,8 +433,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