]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.cpp
Allow to copy or move selection to the other split view
[dolphin.git] / src / dolphintabpage.cpp
index 6dae730ebbe84b48ae8ab4a4eaa9c71f6b01f6d5..88b4b726e5a6b3dc0b2adf61cef3c128795879f4 100644 (file)
@@ -348,7 +348,7 @@ void DolphinTabPage::slotViewActivated()
 
 void DolphinTabPage::slotViewUrlRedirection(const QUrl& oldUrl, const QUrl& newUrl)
 {
-    Q_UNUSED(oldUrl);
+    Q_UNUSED(oldUrl)
 
     emit activeViewUrlChanged(newUrl);
 }