From 2d2c1ef29ef7398540a4700b8e5c27153801be3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20V=C3=A1radi?= Date: Fri, 26 Jul 2019 20:52:32 +0200 Subject: [PATCH] Update Qt 5.5 compatibility patch for Xenial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: István Váradi --- .../debian.xenial/post-patches/qt5.5-compat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch b/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch index 7d7710513..f6475205c 100644 --- a/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch +++ b/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch @@ -38,3 +38,15 @@ }; } // namespace OCC +--- nextcloud-client-2.5.3.orig/src/3rdparty/kmessagewidget/kmessagewidget.cpp 2019-07-26 18:40:34.949349387 +0000 ++++ nextcloud-client-2.5.3/src/3rdparty/kmessagewidget/kmessagewidget.cpp 2019-07-26 18:41:39.866478051 +0000 +@@ -105,6 +105,9 @@ + q->setMessageType(KMessageWidget::Information); + } + ++template ++constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; } ++ + void KMessageWidgetPrivate::createLayout() + { + delete content->layout();