X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/a4efbfbfa69f04ed21fe703a11bb59416ef8a821..dd4f41bc61866d9deaeaed534ba61099f5f65e89:/src/dolphintabbar.cpp diff --git a/src/dolphintabbar.cpp b/src/dolphintabbar.cpp index 4c918e611..f6af9932d 100644 --- a/src/dolphintabbar.cpp +++ b/src/dolphintabbar.cpp @@ -80,6 +80,7 @@ void DolphinTabBar::dragMoveEvent(QDragMoveEvent *event) const int index = tabAt(event->position().toPoint()); if (mimeData->hasUrls()) { + Q_EMIT tabDragMoveEvent(index, event); updateAutoActivationTimer(index); }