Remove misc::chmod644() function

This commit is contained in:
Christophe Dumez
2012-02-18 15:31:08 +02:00
parent 737982e92f
commit ed468083c5
3 changed files with 0 additions and 20 deletions

View File

@@ -575,10 +575,6 @@ void SearchEngine::updateNova() {
}
}
}
#ifndef Q_WS_WIN
// Fix permissions
misc::chmod644(QDir(misc::searchEngineLocation()));
#endif
}
// Slot called when search is Finished