[neon/kde/kio/Neon/unstable] debian/patches: Revert "not const"

Jonathan Riddell null at kde.org
Thu Feb 25 12:59:50 GMT 2021


Git commit eec637d9143662e29a7ca9936659db99cb29d229 by Jonathan Riddell.
Committed on 25/02/2021 at 12:59.
Pushed by jriddell into branch 'Neon/unstable'.

Revert "not const"

This reverts commit bcc2fef3b534414ef2012cf51fa20966ef65c226.

M  +1    -1    debian/patches/libexec_from_env.patch

https://invent.kde.org/neon/kde/kio/commit/eec637d9143662e29a7ca9936659db99cb29d229

diff --git a/debian/patches/libexec_from_env.patch b/debian/patches/libexec_from_env.patch
index 851dca1..508b51d 100644
--- a/debian/patches/libexec_from_env.patch
+++ b/debian/patches/libexec_from_env.patch
@@ -14,7 +14,7 @@ Index: kio/src/core/slave.cpp
 --- kio.orig/src/core/slave.cpp
 +++ kio/src/core/slave.cpp
 @@ -493,9 +493,14 @@ Slave *Slave::createSlave(const QString
-         QString qlibexecKF5 = QDir(qlibexec).filePath(QStringLiteral("kf5"));
+         const QString qlibexecKF5 = QDir(qlibexec).filePath(QStringLiteral("kf5"));
  
          // search paths
 -        const QStringList searchPaths = QStringList() << QCoreApplication::applicationDirPath() // then look where our application binary is located



More information about the Neon-commits mailing list