From de3e167cf9a4cddd31986ef226aa8ebb6a5470e3 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sun, 22 May 2011 13:04:04 +0200 Subject: [PATCH] It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" --- src/settings/general/configurepreviewplugindialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/general/configurepreviewplugindialog.cpp b/src/settings/general/configurepreviewplugindialog.cpp index c1a507a65..3ca08dfd0 100644 --- a/src/settings/general/configurepreviewplugindialog.cpp +++ b/src/settings/general/configurepreviewplugindialog.cpp @@ -73,7 +73,7 @@ void ConfigurePreviewPluginDialog::slotOk() // for a specific MIME-type should be regenerated. As this is not available yet we // delete the whole thumbnails directory. QApplication::changeOverrideCursor(Qt::BusyCursor); - KIO::NetAccess::del(QDir::homePath() + "/.thumbnails/", this); + KIO::NetAccess::del(QString(QDir::homePath() + "/.thumbnails/"), this); QApplication::restoreOverrideCursor(); } -- 2.47.3