diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ark/files/patch-kerfuffle_pluginmanager.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp b/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp deleted file mode 100644 index 995b135b3d60..000000000000 --- a/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kerfuffle/pluginmanager.cpp.orig 2018-03-03 22:55:29 UTC -+++ kerfuffle/pluginmanager.cpp -@@ -258,7 +258,7 @@ QStringList PluginManager::sortByComment - bool PluginManager::libarchiveHasLzo() - { - // Step 1: look for the libarchive plugin, which is built against libarchive. -- const QString pluginPath = []() { -+ const QString pluginPath = []() -> const QString { - foreach (const QString &path, QCoreApplication::libraryPaths()) { - const QString pluginPath = QStringLiteral("%1/kerfuffle/kerfuffle_libarchive.so").arg(path); - if (QFileInfo::exists(pluginPath)) { |