diff options
| author | Peter Penz <[email protected]> | 2008-07-26 19:23:20 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-07-26 19:23:20 +0000 |
| commit | 4759321fdd50009d4a05351cfa8fbfe9f3837138 (patch) | |
| tree | be3180ae1d35e221d0eb8514e28902109864d9bd /src/dolphinmainwindow.cpp | |
| parent | 8d189f44c4d1bf3bea71da43fef59cb772a348bc (diff) | |
forgot to remove unused variable in last commit
svn path=/trunk/KDE/kdebase/apps/; revision=838119
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<QVariant> args; msg.setArguments(QList<QVariant>() << url.prettyUrl()); QDBusConnection::sessionBus().send(msg); } |
