]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.cpp
This commit removes the ability to enter selection mode by
[dolphin.git] / src / kitemviews / kitemlistcontroller.cpp
index b589ac356ee902fd409b6fbfed41bd88fe866430..e1530759bf094b0dfbb47e80363f44e498773f31 100644 (file)
@@ -1060,7 +1060,6 @@ void KItemListController::tapAndHoldTriggered(QGestureEvent* event, const QTrans
 
     //the Qt TabAndHold gesture is triggerable with a mouse click, we don't want this
     if (!m_isTouchEvent) {
-        Q_EMIT selectionModeChangeRequested(true);
         return;
     }