mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
forgot to remove unused variable in last commit
svn path=/trunk/KDE/kdebase/apps/; revision=838119
This commit is contained in:
parent
8d189f44c4
commit
4759321fdd
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue