From: Montel Laurent Date: Sun, 22 May 2011 11:04:04 +0000 (+0200) Subject: It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/de3e167cf9a4cddd31986ef226aa8ebb6a5470e3?ds=sidebyside It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" --- 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(); }