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

Jonathan Riddell null at kde.org
Thu Feb 25 12:48:11 GMT 2021


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

not const

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

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

diff --git a/debian/patches/libexec_from_env.patch b/debian/patches/libexec_from_env.patch
index 508b51d..851dca1 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
-         const QString qlibexecKF5 = QDir(qlibexec).filePath(QStringLiteral("kf5"));
+         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