From 4759321fdd50009d4a05351cfa8fbfe9f3837138 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 Jul 2008 19:23:20 +0000 Subject: [PATCH] forgot to remove unused variable in last commit svn path=/trunk/KDE/kdebase/apps/; revision=838119 --- src/dolphinmainwindow.cpp | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.47.3