X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/8d189f44c4d1bf3bea71da43fef59cb772a348bc..82a5b8075a5fcb169da0eb91b5a5b4f2afce3807:/src/dolphinmainwindow.cpp diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e14cb1c2d..64d0496dd 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -637,7 +637,6 @@ void DolphinMainWindow::quickView() QDBusMessage msg = QDBusMessage::createMethodCall("org.kde.plasma", "/Previewer", "", "openFile"); foreach (const KUrl& url, urls) { - QList args; msg.setArguments(QList() << url.prettyUrl()); QDBusConnection::sessionBus().send(msg); }