From a069d24d4b9d56d9faf8834ccebfb393451ba258 Mon Sep 17 00:00:00 2001 From: Lukáš Tinkl Date: Tue, 4 Nov 2014 00:00:04 +0100 Subject: fix default tab prev/next shortcuts take into accound the whole list, not just the first shortcut --- src/settings/general/configurepreviewplugindialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/settings') diff --git a/src/settings/general/configurepreviewplugindialog.cpp b/src/settings/general/configurepreviewplugindialog.cpp index 9e0f5152b..c81e666c8 100644 --- a/src/settings/general/configurepreviewplugindialog.cpp +++ b/src/settings/general/configurepreviewplugindialog.cpp @@ -76,6 +76,4 @@ void ConfigurePreviewPluginDialog::slotOk() QApplication::changeOverrideCursor(Qt::BusyCursor); KIO::NetAccess::del(QUrl::fromLocalFile(QDir::homePath() + "/.thumbnails/"), this); QApplication::restoreOverrideCursor(); - } - -- cgit v1.3