Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2021-09-16 23:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Thu Sep 16 23:14:13 2021 rev:95 rq:919217 version:5.86.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2021-08-16 10:12:21.399044250 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.1899/ktextwidgets.changes      
2021-09-16 23:16:15.207896562 +0200
@@ -1,0 +2,16 @@
+Wed Sep 15 08:24:18 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Drop the unneeded baselibs.conf.
+
+-------------------------------------------------------------------
+Mon Sep  6 06:22:19 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- Changes since 5.85.0:
+  * We depend against c++-17 so we can use qOverload directly
+  * Port QStrinRef (deprecated) to QStringView
+
+-------------------------------------------------------------------

Old:
----
  baselibs.conf
  ktextwidgets-5.85.0.tar.xz
  ktextwidgets-5.85.0.tar.xz.sig

New:
----
  ktextwidgets-5.86.0.tar.xz
  ktextwidgets-5.86.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.O8dzW9/_old  2021-09-16 23:16:15.771897146 +0200
+++ /var/tmp/diff_new_pack.O8dzW9/_new  2021-09-16 23:16:15.771897146 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.85
+%define _tar_path 5.86
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           ktextwidgets
-Version:        5.85.0
+Version:        5.86.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later
@@ -35,7 +35,6 @@
 Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-Source99:       baselibs.conf
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++++++ ktextwidgets-5.85.0.tar.xz -> ktextwidgets-5.86.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/CMakeLists.txt 
new/ktextwidgets-5.86.0/CMakeLists.txt
--- old/ktextwidgets-5.85.0/CMakeLists.txt      2021-08-06 11:10:13.000000000 
+0200
+++ new/ktextwidgets-5.86.0/CMakeLists.txt      2021-09-04 19:06:24.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
-set(KF_DEP_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_DEP_VERSION "5.86.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.85.0  NO_MODULE)
+find_package(ECM 5.86.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
                   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
@@ -57,7 +57,7 @@
 add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 ki18n_install(po)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/autotests/kfindtest.cpp 
new/ktextwidgets-5.86.0/autotests/kfindtest.cpp
--- old/ktextwidgets-5.85.0/autotests/kfindtest.cpp     2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/autotests/kfindtest.cpp     2021-09-04 
19:06:24.000000000 +0200
@@ -43,12 +43,9 @@
     m_find->closeFindNextDialog();
 
 #if KTEXTWIDGETS_BUILD_DEPRECATED_SINCE(5, 81)
-    connect(m_find.get(),
-            QOverload<const QString &, int, int>::of(&KFind::highlight),
-            this,
-            QOverload<const QString &, int, 
int>::of(&KFindRecorder::slotHighlight));
+    connect(m_find.get(), qOverload<const QString &, int, 
int>(&KFind::highlight), this, qOverload<const QString &, int, 
int>(&KFindRecorder::slotHighlight));
 
-    connect(m_find.get(), QOverload<int, int, int>::of(&KFind::highlight), 
this, QOverload<int, int, int>::of(&KFindRecorder::slotHighlight));
+    connect(m_find.get(), qOverload<int, int, int>(&KFind::highlight), this, 
qOverload<int, int, int>(&KFindRecorder::slotHighlight));
 #else
     connect(m_find.get(), &KFind::textFound, this, [this](const QString &text, 
int matchingIndex, int matchedLength) {
         slotHighlight(text, matchingIndex, matchedLength);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/autotests/kreplacetest.cpp 
new/ktextwidgets-5.86.0/autotests/kreplacetest.cpp
--- old/ktextwidgets-5.85.0/autotests/kreplacetest.cpp  2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/autotests/kreplacetest.cpp  2021-09-04 
19:06:24.000000000 +0200
@@ -45,7 +45,7 @@
 
     // Connect highlight (or textFound) signal to code which handles 
highlighting of found text.
 #if KTEXTWIDGETS_BUILD_DEPRECATED_SINCE(5, 81)
-    connect(m_replace.get(), QOverload<const QString &, int, 
int>::of(&KFind::highlight), this, &KReplaceTest::slotHighlight);
+    connect(m_replace.get(), qOverload<const QString &, int, 
int>(&KFind::highlight), this, &KReplaceTest::slotHighlight);
 #else
     connect(m_replace.get(), &KFind::textFound, this, 
&KReplaceTest::slotHighlight);
 #endif
@@ -55,7 +55,7 @@
 
     // Connect replace signal - called when doing a replacement
 #if KTEXTWIDGETS_ENABLE_DEPRECATED_SINCE(5, 83)
-    connect(m_replace.get(), QOverload<const QString &, int, int, 
int>::of(&KReplace::replace), this, &KReplaceTest::slotReplace);
+    connect(m_replace.get(), qOverload<const QString &, int, int, 
int>(&KReplace::replace), this, &KReplaceTest::slotReplace);
 #else
     connect(m_replace.get(), &KReplace::textReplaced, this, 
&KReplaceTest::slotReplace);
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/metainfo.yaml 
new/ktextwidgets-5.86.0/metainfo.yaml
--- old/ktextwidgets-5.85.0/metainfo.yaml       2021-08-06 11:10:13.000000000 
+0200
+++ new/ktextwidgets-5.86.0/metainfo.yaml       2021-09-04 19:06:24.000000000 
+0200
@@ -6,7 +6,7 @@
     - name: Linux
     - name: FreeBSD
     - name: Windows
-    - name: MacOSX
+    - name: macOS
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/po/cs/ktextwidgets5.po 
new/ktextwidgets-5.86.0/po/cs/ktextwidgets5.po
--- old/ktextwidgets-5.85.0/po/cs/ktextwidgets5.po      2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/po/cs/ktextwidgets5.po      2021-09-04 
19:06:24.000000000 +0200
@@ -3,21 +3,22 @@
 # Luk???? Tinkl <[email protected]>, 2010, 2011, 2012.
 # V??t Pel????k <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2017, 2020.
 # Tom???? Chv??tal <[email protected]>, 2012, 2013.
+# Vit Pelcak <[email protected]>, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-07 00:15+0000\n"
-"PO-Revision-Date: 2020-05-18 20:55+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2021-08-13 10:10+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 20.04.0\n"
+"X-Generator: Lokalize 21.04.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 
@@ -688,7 +689,7 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
-msgstr ""
+msgstr "??rove?? z??hlav??"
 
 #: widgets/krichtextwidget.cpp:481
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/po/hi/ktextwidgets5.po 
new/ktextwidgets-5.86.0/po/hi/ktextwidgets5.po
--- old/ktextwidgets-5.85.0/po/hi/ktextwidgets5.po      2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/po/hi/ktextwidgets5.po      2021-09-04 
19:06:24.000000000 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-07 00:15+0000\n"
-"PO-Revision-Date: 2021-07-28 09:23+0530\n"
+"PO-Revision-Date: 2021-08-21 16:25+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
 "Language: hi\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #: dialogs/klinkdialog.cpp:39
 #, kde-format
@@ -402,12 +402,12 @@
 #: findreplace/kreplace.cpp:444
 #, kde-format
 msgid "Do you want to restart search from the end?"
-msgstr "???????????? ?????? ????????? ?????? ????????? ??????  ????????? 
????????????????????? ???????????? ??????????????? ??????????"
+msgstr "???????????? ?????? ????????? ?????? ????????? ?????? ????????? 
????????????????????? ???????????? ??????????????? ??????????"
 
 #: findreplace/kreplace.cpp:444
 #, kde-format
 msgid "Do you want to restart search at the beginning?"
-msgstr "???????????? ?????? ????????????????????? ?????? ????????? ??????  
????????? ????????????????????? ???????????? ??????????????? ??????????"
+msgstr "???????????? ?????? ????????????????????? ?????? ????????? ?????? 
????????? ????????????????????? ???????????? ??????????????? ??????????"
 
 #: findreplace/kreplace.cpp:449
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.86.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.85.0/po/zh_CN/ktextwidgets5.po   2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/po/zh_CN/ktextwidgets5.po   2021-09-04 
19:06:24.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-07 00:15+0000\n"
-"PO-Revision-Date: 2021-07-26 13:48\n"
+"PO-Revision-Date: 2021-08-30 11:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/findreplace/kfind.cpp 
new/ktextwidgets-5.86.0/src/findreplace/kfind.cpp
--- old/ktextwidgets-5.85.0/src/findreplace/kfind.cpp   2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/findreplace/kfind.cpp   2021-09-04 
19:06:24.000000000 +0200
@@ -359,7 +359,7 @@
                     }
 
                     if (d->pattern.length() < d->matchedPattern.length()) {
-                        d->pattern += 
d->matchedPattern.midRef(d->pattern.length(), 1);
+                        d->pattern += 
QStringView(d->matchedPattern).mid(d->pattern.length(), 1);
                         done = false;
                     }
                 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/findreplace/kfind_p.h 
new/ktextwidgets-5.86.0/src/findreplace/kfind_p.h
--- old/ktextwidgets-5.85.0/src/findreplace/kfind_p.h   2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/findreplace/kfind_p.h   2021-09-04 
19:06:24.000000000 +0200
@@ -23,8 +23,8 @@
     Q_DECLARE_PUBLIC(KFind)
 
 public:
-    KFindPrivate(KFind *q)
-        : q_ptr(q)
+    KFindPrivate(KFind *qq)
+        : q_ptr(qq)
         , findDialog(nullptr)
         , currentId(0)
         , customIds(false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/findreplace/kfinddialog_p.h 
new/ktextwidgets-5.86.0/src/findreplace/kfinddialog_p.h
--- old/ktextwidgets-5.85.0/src/findreplace/kfinddialog_p.h     2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/findreplace/kfinddialog_p.h     2021-09-04 
19:06:24.000000000 +0200
@@ -28,8 +28,8 @@
     Q_DECLARE_PUBLIC(KFindDialog)
 
 public:
-    KFindDialogPrivate(KFindDialog *q)
-        : q_ptr(q)
+    KFindDialogPrivate(KFindDialog *qq)
+        : q_ptr(qq)
         , regexpDialog(nullptr)
         , regexpDialogQueryDone(false)
         , initialShowDone(false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.85.0/src/findreplace/kreplacedialog.cpp 
new/ktextwidgets-5.86.0/src/findreplace/kreplacedialog.cpp
--- old/ktextwidgets-5.85.0/src/findreplace/kreplacedialog.cpp  2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/findreplace/kreplacedialog.cpp  2021-09-04 
19:06:24.000000000 +0200
@@ -29,8 +29,8 @@
     Q_DECLARE_PUBLIC(KReplaceDialog)
 
 public:
-    explicit KReplaceDialogPrivate(KReplaceDialog *q)
-        : KFindDialogPrivate(q)
+    explicit KReplaceDialogPrivate(KReplaceDialog *qq)
+        : KFindDialogPrivate(qq)
     {
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.85.0/src/widgets/kpluralhandlingspinbox.cpp 
new/ktextwidgets-5.86.0/src/widgets/kpluralhandlingspinbox.cpp
--- old/ktextwidgets-5.85.0/src/widgets/kpluralhandlingspinbox.cpp      
2021-08-06 11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/widgets/kpluralhandlingspinbox.cpp      
2021-09-04 19:06:24.000000000 +0200
@@ -9,10 +9,10 @@
 class KPluralHandlingSpinBoxPrivate
 {
 public:
-    KPluralHandlingSpinBoxPrivate(QSpinBox *q)
-        : q(q)
+    KPluralHandlingSpinBoxPrivate(QSpinBox *qq)
+        : q(qq)
     {
-        QObject::connect(q, QOverload<int>::of(&QSpinBox::valueChanged), q, 
[this](int value) {
+        QObject::connect(q, qOverload<int>(&QSpinBox::valueChanged), q, 
[this](int value) {
             updateSuffix(value);
         });
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/widgets/krichtextedit_p.h 
new/ktextwidgets-5.86.0/src/widgets/krichtextedit_p.h
--- old/ktextwidgets-5.85.0/src/widgets/krichtextedit_p.h       2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/widgets/krichtextedit_p.h       2021-09-04 
19:06:24.000000000 +0200
@@ -18,9 +18,9 @@
     Q_DECLARE_PUBLIC(KRichTextEdit)
 
 public:
-    explicit KRichTextEditPrivate(KRichTextEdit *q)
-        : KTextEditPrivate(q)
-        , nestedListHelper(new NestedListHelper(q))
+    explicit KRichTextEditPrivate(KRichTextEdit *qq)
+        : KTextEditPrivate(qq)
+        , nestedListHelper(new NestedListHelper(qq))
     {
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/widgets/krichtextwidget.cpp 
new/ktextwidgets-5.86.0/src/widgets/krichtextwidget.cpp
--- old/ktextwidgets-5.85.0/src/widgets/krichtextwidget.cpp     2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/widgets/krichtextwidget.cpp     2021-09-04 
19:06:24.000000000 +0200
@@ -37,8 +37,8 @@
     Q_DECLARE_PUBLIC(KRichTextWidget)
 
 public:
-    KRichTextWidgetPrivate(KRichTextWidget *q)
-        : KRichTextEditPrivate(q)
+    KRichTextWidgetPrivate(KRichTextWidget *qq)
+        : KRichTextEditPrivate(qq)
     {
     }
 
@@ -517,7 +517,7 @@
 {
     Q_D(KRichTextWidget);
 
-    for (QAction *action : qAsConst(d->richTextActionList)) {
+    for (QAction *action : std::as_const(d->richTextActionList)) {
         action->setEnabled(enabled);
     }
     d->richTextEnabled = enabled;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/widgets/ktextedit.cpp 
new/ktextwidgets-5.86.0/src/widgets/ktextedit.cpp
--- old/ktextwidgets-5.85.0/src/widgets/ktextedit.cpp   2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/widgets/ktextedit.cpp   2021-09-04 
19:06:24.000000000 +0200
@@ -794,7 +794,7 @@
 
 #if KTEXTWIDGETS_BUILD_DEPRECATED_SINCE(5, 81)
     connect(d->replace,
-            QOverload<const QString &, int, int, int>::of(&KReplace::replace),
+            qOverload<const QString &, int, int, int>(&KReplace::replace),
             this,
             [d](const QString &text, int replacementIndex, int replacedLength, 
int matchedLength) {
                 d->slotReplaceText(text, replacementIndex, replacedLength, 
matchedLength);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.85.0/src/widgets/ktextedit_p.h 
new/ktextwidgets-5.86.0/src/widgets/ktextedit_p.h
--- old/ktextwidgets-5.85.0/src/widgets/ktextedit_p.h   2021-08-06 
11:10:13.000000000 +0200
+++ new/ktextwidgets-5.86.0/src/widgets/ktextedit_p.h   2021-09-04 
19:06:24.000000000 +0200
@@ -29,8 +29,8 @@
     Q_DECLARE_PUBLIC(KTextEdit)
 
 public:
-    explicit KTextEditPrivate(KTextEdit *q)
-        : q_ptr(q)
+    explicit KTextEditPrivate(KTextEdit *qq)
+        : q_ptr(qq)
         , customPalette(false)
         , spellCheckingEnabled(false)
         , findReplaceEnabled(true)

++++++ ktextwidgets-5.85.0.tar.xz.sig -> ktextwidgets-5.86.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.85.0.tar.xz.sig      
2021-08-16 10:12:21.387044264 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.1899/ktextwidgets-5.86.0.tar.xz.sig
    2021-09-16 23:16:15.199896554 +0200
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBa0ACgkQWNDuZIpI
-s7tzswf/Z527JX7UW8X4Ejyb5XiY4zZ3a+EtwyDtForoaZlM5FzV19VyHrAjQXcm
-r4AlvpnS7Z4VWH74QO7LpM/idMpjWUOdAHmCMB8wZ6PfpyWPEtbr2f0aIjikBlU3
-DcTFIjjFRIQLZEN+fK3Wakv1wYnGdu7erV9XEkky2eAEGQ4XnsZ74qHknxJX7N8n
-PbYDrXpa9y9TyyANFJ2nAjp1vbb8D6TfGME37Ocdi+RGHggMQGMqf7iXCIcUNfx9
-oeU1CW+DJxpw9QqyLmXaPj2nGIOtrqXLd70foaQm31qvEelifqyRkxSVkwv0n4JP
-gLXXzYNvbaq+SLKpGxyJsYpnzIviyw==
-=Bh/Z
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2ScACgkQWNDuZIpI
+s7vtowgAsj9i/jQBDdDystZtlCxHImkvCiZZsBdlYg6Zc9ZuCmn217oDNAA4QFcU
+JL+xheVU2uXoeSAEInsPJhubdJKe6Ewy/a65kz2qJ+uHRkJJ5Ckn4/UoCLqeS5i2
+kDPY7WHfI7aoeGE/VILnAzrQBtg5F4/ugoCy2sNkBkDulYVwR1spg6AZfLJFbrHR
+qjT9NGNGfU92Ut/akoGvnTaZi/iyb30TMprjnqgT2p1dyNGNmhV26mZKADArn+9i
+l0EWlipcZutZwcOkC0T9ilIPlSgEnRLEPP8iiaCIuh/pM0qgIAi9qJ//UkFgsPr3
+04w0EWVJ9mmzznue1g5vO0ZepKVTug==
+=/vH2
 -----END PGP SIGNATURE-----

Reply via email to