From f3268bf49e8861116f177143f26af6f67e34bb4f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 5 Apr 2010 19:33:12 +0000 Subject: [PATCH] Similar fix --- src/searchengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searchengine.cpp b/src/searchengine.cpp index a7571bf6f..1a133f48f 100644 --- a/src/searchengine.cpp +++ b/src/searchengine.cpp @@ -437,7 +437,7 @@ void SearchEngine::updateNova() { QString shipped_file = shipped_subDir.path()+"/"+file; // Copy python classes if(file.endsWith(".py")) { - const QString &dest_file = destDir+file; + const QString dest_file = destDir+file; if(getPluginVersion(shipped_file) > getPluginVersion(dest_file) ) { qDebug("shippped %s is more recent then local plugin, updating", qPrintable(file)); if(QFile::exists(dest_file)) {