Hello community,

here is the log from the commit of package libkgapi for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:35:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libkgapi (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libkgapi.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkgapi"

Tue May 12 11:35:47 2020 rev:60 rq:797484 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libkgapi/libkgapi.changes      2020-03-15 
07:08:08.432847704 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libkgapi.new.2738/libkgapi.changes    
2020-05-12 11:35:50.564178236 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:23:07 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:39 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:36 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Undo switch to networkError() getter
+  * It was reverted in qt5.15
+  * Make it compile against qt5.15
+  * Fix clazy warning
+  * Make it compile against last qt5.15 without deprecated methods
+  * Port to QComboBox
+  * Fix typos, update links
+
+-------------------------------------------------------------------

Old:
----
  libkgapi-19.12.3.tar.xz
  libkgapi-19.12.3.tar.xz.sig

New:
----
  libkgapi-20.04.0.tar.xz
  libkgapi-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkgapi.spec ++++++
--- /var/tmp/diff_new_pack.ROoR5t/_old  2020-05-12 11:35:51.072179304 +0200
+++ /var/tmp/diff_new_pack.ROoR5t/_new  2020-05-12 11:35:51.076179312 +0200
@@ -20,17 +20,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libkgapi
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Extension for accessing Google data
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  extra-cmake-modules >= 5.55.0
 BuildRequires:  kf5-filesystem
@@ -49,6 +45,10 @@
 BuildRequires:  cmake(Qt5Xml) >= 5.10.0
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks.
@@ -157,7 +157,7 @@
 %build
 # workaround, kio-gdrive crashes when loading libKPimGAPIDrive5 if built with 
LTO (boo#1148217)
 %define _lto_cflags %{nil}
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON
+  %cmake_kf5 -d build -- -DBUILD_TESTING=ON
   %cmake_build
 
 %install


++++++ libkgapi-19.12.3.tar.xz -> libkgapi-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/.gitignore 
new/libkgapi-20.04.0/.gitignore
--- old/libkgapi-19.12.3/.gitignore     2020-02-19 12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/.gitignore     2020-04-04 12:00:17.000000000 +0200
@@ -14,8 +14,7 @@
 .swp.*
 Doxyfile
 Makefile
-avail
-random_seed
 /build*/
+.cmake/
 CMakeLists.txt.user*
 *.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/CMakeLists.txt 
new/libkgapi-20.04.0/CMakeLists.txt
--- old/libkgapi-19.12.3/CMakeLists.txt 2020-03-03 01:39:26.000000000 +0100
+++ new/libkgapi-20.04.0/CMakeLists.txt 2020-04-17 02:40:59.000000000 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.3")
+set(PIM_VERSION "5.14.0")
 
 set(KGAPI_LIB_VERSION ${PIM_VERSION})
 
@@ -8,7 +8,7 @@
 set(CMAKE_CXX_STANDARD 14)
 
 # ECM setup
-set(KF5_MIN_VERSION "5.63.0")
+set(KF5_MIN_VERSION "5.68.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -35,7 +35,7 @@
 )
 
 ############## Find Packages ##############
-set(QT_REQUIRED_VERSION "5.11.0")
+set(QT_REQUIRED_VERSION "5.12.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS
     Core
     Network
@@ -59,7 +59,7 @@
 
 if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
    add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 endif()
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/examples/staticmaps/ui/main.ui 
new/libkgapi-20.04.0/examples/staticmaps/ui/main.ui
--- old/libkgapi-19.12.3/examples/staticmaps/ui/main.ui 2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/examples/staticmaps/ui/main.ui 2020-04-04 
12:00:17.000000000 +0200
@@ -73,7 +73,7 @@
         </widget>
        </item>
        <item>
-        <widget class="KComboBox" name="locationType">
+        <widget class="QComboBox" name="locationType">
          <item>
           <property name="text">
            <string>Classic string</string>
@@ -209,7 +209,7 @@
       </widget>
      </item>
      <item>
-      <widget class="KComboBox" name="scale">
+      <widget class="QComboBox" name="scale">
        <item>
         <property name="text">
          <string>1</string>
@@ -230,7 +230,7 @@
       </widget>
      </item>
      <item>
-      <widget class="KComboBox" name="format">
+      <widget class="QComboBox" name="format">
        <item>
         <property name="text">
          <string>png</string>
@@ -266,7 +266,7 @@
       </widget>
      </item>
      <item>
-      <widget class="KComboBox" name="map">
+      <widget class="QComboBox" name="map">
        <item>
         <property name="text">
          <string>roadmap</string>
@@ -297,7 +297,7 @@
       </widget>
      </item>
      <item>
-      <widget class="KComboBox" name="sensor">
+      <widget class="QComboBox" name="sensor">
        <property name="currentIndex">
         <number>0</number>
        </property>
@@ -348,7 +348,7 @@
         </widget>
        </item>
        <item>
-        <widget class="KComboBox" name="markerSize">
+        <widget class="QComboBox" name="markerSize">
          <property name="currentIndex">
           <number>3</number>
          </property>
@@ -434,11 +434,6 @@
    <header>kcolorbutton.h</header>
   </customwidget>
   <customwidget>
-   <class>KComboBox</class>
-   <extends>QComboBox</extends>
-   <header>kcombobox.h</header>
-  </customwidget>
-  <customwidget>
    <class>KLineEdit</class>
    <extends>QLineEdit</extends>
    <header>klineedit.h</header>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/examples/teamdrive/CMakeLists.txt 
new/libkgapi-20.04.0/examples/teamdrive/CMakeLists.txt
--- old/libkgapi-19.12.3/examples/teamdrive/CMakeLists.txt      2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/examples/teamdrive/CMakeLists.txt      2020-04-04 
12:00:17.000000000 +0200
@@ -15,7 +15,7 @@
         ${teamdrive_example_HDRS_MOC}
 )
 
-# The Team Drives example is, inevitably, dependant on deprecated APIs.
+# The Team Drives example is, inevitably, dependent on deprecated APIs.
 target_compile_options(teamdrive-example PRIVATE -Wno-deprecated-declarations)
 
 target_link_libraries(teamdrive-example
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ar/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ar/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ar/libkgapi_qt.po 2020-03-03 01:39:16.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ar/libkgapi_qt.po 2020-04-17 02:40:57.000000000 
+0200
@@ -100,7 +100,7 @@
 msgid "Invalid response content type"
 msgstr "نوع محتوى الرّدّ غير صالح"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "نوع محتوى الرّدّ غير صالح"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/bs/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/bs/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/bs/libkgapi_qt.po 2020-03-03 01:39:16.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/bs/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -133,7 +133,7 @@
 msgid "Invalid response content type"
 msgstr "Neispravan tip sadržaja odgovor a"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::EventFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ca/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ca/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ca/libkgapi_qt.po 2020-03-03 01:39:17.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ca/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -101,7 +101,7 @@
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ca@valencia/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ca@valencia/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ca@valencia/libkgapi_qt.po        2020-03-03 
01:39:17.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/ca@valencia/libkgapi_qt.po        2020-04-17 
02:40:58.000000000 +0200
@@ -101,7 +101,7 @@
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/cs/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/cs/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/cs/libkgapi_qt.po 2020-03-03 01:39:17.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/cs/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -100,7 +100,7 @@
 msgid "Invalid response content type"
 msgstr "Neplatný typ obsahu odpovědi"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neplatný typ obsahu odpovědi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/da/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/da/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/da/libkgapi_qt.po 2020-03-03 01:39:18.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/da/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -97,7 +97,7 @@
 msgid "Invalid response content type"
 msgstr "Ugyldig type af svarindhold"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ugyldig type af svarindhold"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/de/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/de/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/de/libkgapi_qt.po 2020-03-03 01:39:18.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/de/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -97,7 +97,7 @@
 msgid "Invalid response content type"
 msgstr "Antwort mit ungültigem Inhaltstyp"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Antwort mit ungültigem Inhaltstyp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/el/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/el/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/el/libkgapi_qt.po 2020-03-03 01:39:18.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/el/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Μη έγκυρος τύπος περιεχομένου απόκρισης"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Μη έγκυρος τύπος περιεχομένου απόκρισης"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/en_GB/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/en_GB/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/en_GB/libkgapi_qt.po      2020-03-03 
01:39:18.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/en_GB/libkgapi_qt.po      2020-04-17 
02:40:58.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
 "PO-Revision-Date: 2019-08-03 16:42+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr "Invalid response content type"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Invalid response content type"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/es/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/es/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/es/libkgapi_qt.po 2020-03-03 01:39:18.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/es/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de contenido de respuesta no válido"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de contenido de respuesta no válido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/et/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/et/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/et/libkgapi_qt.po 2020-03-03 01:39:18.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/et/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Marek Laane <[email protected]>, 2011, 2012, 2016.
+# Marek Laane <[email protected]>, 2011, 2012, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
-"PO-Revision-Date: 2016-01-28 23:33+0200\n"
+"PO-Revision-Date: 2019-11-18 19:22+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
-"Language-Team: Estonian <[email protected]>\n"
+"Language-Team: Estonian <[email protected]>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
@@ -154,19 +154,15 @@
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/core/accountmanager.cpp:105
-#, fuzzy
-#| msgid "Failed to create a contact"
 msgctxt "KGAPI2::AccountManager|"
 msgid "Failed to authenticate additional scopes"
-msgstr "Kontakti loomine nurjus"
+msgstr "Täiendav autentimine nurjus"
 
 #: src/core/accountmanager.cpp:225 src/core/accountmanager.cpp:265
 #: src/core/accountmanager.cpp:291
-#, fuzzy
-#| msgid "Failed to update a contact"
 msgctxt "KGAPI2::AccountManager|"
 msgid "Failed to open account store"
-msgstr "Kontakti uuendamine nurjus"
+msgstr "Kontohoidla avamine nurjus"
 
 #: src/core/authjob.cpp:182
 msgctxt "KGAPI2::AuthJob|"
@@ -179,8 +175,6 @@
 msgstr "Konto nimi on tühi"
 
 #: src/core/authjob.cpp:253
-#, fuzzy
-#| msgid "Authentication cancelled"
 msgctxt "KGAPI2::AuthJob|"
 msgid "Authentication canceled"
 msgstr "Autentimisest loobuti"
@@ -297,12 +291,9 @@
 #: src/core/ui/authwidget.cpp:115
 msgctxt "KGAPI2::AuthWidget|"
 msgid "Could not start oauth http server"
-msgstr ""
+msgstr "OAuthi HTTP-serveri käivitamine nurjus"
 
 #: src/core/ui/authwidget_p.cpp:131
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Authorizing token. This should take just a moment..."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Authorizing token. This should take just a moment..."
 msgstr "Märgise autentimine. See peaks võtma vaid hetke..."
@@ -311,19 +302,17 @@
 #, qt-format
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Error receiving response: %1"
-msgstr ""
+msgstr "Tõrge vastuse vastuvõtmisel: %1"
 
 #: src/core/ui/authwidget_p.cpp:310
-#, fuzzy
-#| msgid "The account is invalid."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Token response invalid"
-msgstr "Konto on vigane."
+msgstr "Märgise vastus on vigane."
 
 #: src/core/ui/authwidget_p.cpp:325
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Could not extract token from HTTP answer"
-msgstr ""
+msgstr "Märgise hankimine HTTP-vastusest nurjus"
 
 #: src/drive/aboutfetchjob.cpp:139
 msgctxt "KGAPI2::Drive::AboutFetchJob|"
@@ -351,33 +340,21 @@
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/drivescreatejob.cpp:125
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::DrivesCreateJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/drivesfetchjob.cpp:174
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::DrivesFetchJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/driveshidejob.cpp:112
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::DrivesHideJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/drivesmodifyjob.cpp:133
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::DrivesModifyJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
@@ -438,25 +415,16 @@
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/teamdrivecreatejob.cpp:125
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::TeamdriveCreateJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/teamdrivefetchjob.cpp:175
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::TeamdriveFetchJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
 #: src/drive/teamdrivemodifyjob.cpp:105
-#, fuzzy
-#| msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-#| msgid "Invalid response content type"
 msgctxt "KGAPI2::Drive::TeamdriveModifyJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/fi/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/fi/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/fi/libkgapi_qt.po 2020-03-03 01:39:20.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/fi/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -120,7 +120,7 @@
 msgstr "Virheellinen vastaussisältötyyppi"
 
 # TARKISTA onko toi yhdyssana hankala?
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Virheellinen vastaussisältötyyppi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/fr/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/fr/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/fr/libkgapi_qt.po 2020-03-03 01:39:20.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/fr/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -106,7 +106,7 @@
 msgid "Invalid response content type"
 msgstr "Type de contenu non valable pour la réponse."
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Type de contenu non valable pour la réponse."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ga/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ga/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ga/libkgapi_qt.po 2020-03-03 01:39:21.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ga/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/gl/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/gl/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/gl/libkgapi_qt.po 2020-03-03 01:39:21.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/gl/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -101,7 +101,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de contido da resposta incorrecto"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de contido da resposta incorrecto"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/hu/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/hu/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/hu/libkgapi_qt.po 2020-03-03 01:39:21.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/hu/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Érvénytelen tartalomtípus a válaszban"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Érvénytelen tartalomtípus a válaszban"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ia/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ia/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ia/libkgapi_qt.po 2020-03-03 01:39:21.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ia/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2020-02-10 11:15+0100\n"
+"PO-Revision-Date: 2020-02-12 13:01+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -93,7 +93,7 @@
 msgid "Invalid response content type"
 msgstr "Invalide typo de contento de responsa"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Invalide typo de contento de responsa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/it/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/it/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/it/libkgapi_qt.po 2020-03-03 01:39:21.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/it/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -97,7 +97,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo di contenuto di risposta non valido"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo di contenuto di risposta non valido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ja/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ja/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ja/libkgapi_qt.po 2020-03-03 01:39:22.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ja/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -95,7 +95,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/kk/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/kk/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/kk/libkgapi_qt.po 2020-03-03 01:39:22.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/kk/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -130,7 +130,7 @@
 msgid "Invalid response content type"
 msgstr "Жауап мазмұнын түрі беймәлім."
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 #, fuzzy
 #| msgid "Unknown reply content type."
 msgctxt "KGAPI2::EventFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/km/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/km/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/km/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/km/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -132,7 +132,7 @@
 msgid "Invalid response content type"
 msgstr "មិន​ស្គាល់​ប្រភេទ​មាតិកា​ឆ្លើយតប !"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 #, fuzzy
 #| msgid "Unknown reply content type!"
 msgctxt "KGAPI2::EventFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ko/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ko/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ko/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ko/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
-"PO-Revision-Date: 2020-01-29 00:43+0100\n"
+"PO-Revision-Date: 2020-04-04 14:30+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr "잘못된 응답 내용 형식"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "잘못된 응답 내용 형식"
@@ -209,7 +209,7 @@
 "\n"
 "Google replied '%1'"
 msgstr ""
-"요청한 자원이 존재하지 않습니다.\n"
+"요청한 자원이 없습니다.\n"
 "\n"
 "Google 응답: '%1'"
 
@@ -233,7 +233,7 @@
 "\n"
 "Google replied '%1'"
 msgstr ""
-"요청한 자원이 더 이상 존재하지 않습니다.\n"
+"요청한 자원이 더 이상 없습니다.\n"
 "\n"
 "Google 응답: '%1'"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/lt/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/lt/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/lt/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/lt/libkgapi_qt.po 2020-04-17 02:40:58.000000000 
+0200
@@ -102,7 +102,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/mr/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/mr/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/mr/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/mr/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/nb/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/nb/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/nb/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/nb/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
 "PO-Revision-Date: 2014-03-23 16:05+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -100,7 +100,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/nds/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/nds/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/nds/libkgapi_qt.po        2020-03-03 
01:39:24.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/nds/libkgapi_qt.po        2020-04-17 
02:40:59.000000000 +0200
@@ -132,7 +132,7 @@
 msgid "Invalid response content type"
 msgstr "Leeg Antwoort-Inholttyp"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::EventFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/nl/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/nl/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/nl/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/nl/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -93,7 +93,7 @@
 msgid "Invalid response content type"
 msgstr "Ongeldig type inhoud van antwoord"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ongeldig type inhoud van antwoord"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/nn/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/nn/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/nn/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/nn/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: \n"
 "PO-Revision-Date: 2016-10-22 10:10+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr "Ugyldig innhaldstype på svar"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ugyldig innhaldstype på svar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/pl/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/pl/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/pl/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/pl/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Nieznany rodzaj treści odpowiedzi"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Nieznany rodzaj treści odpowiedzi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/pt/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/pt/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/pt/libkgapi_qt.po 2020-03-03 01:39:24.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/pt/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo da resposta inválido"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo da resposta inválido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/pt_BR/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/pt_BR/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/pt_BR/libkgapi_qt.po      2020-03-03 
01:39:24.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/pt_BR/libkgapi_qt.po      2020-04-17 
02:40:59.000000000 +0200
@@ -100,7 +100,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo de resposta inválido"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo de resposta inválido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ro/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ro/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ro/libkgapi_qt.po 2020-03-03 01:39:25.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ro/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -131,7 +131,7 @@
 msgid "Invalid response content type"
 msgstr "Tip de conținut nevalid al răspunsului"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::EventFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ru/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ru/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ru/libkgapi_qt.po 2020-03-03 01:39:25.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ru/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -104,7 +104,7 @@
 msgid "Invalid response content type"
 msgstr "Неизвестный тип содержимого ответа"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Неизвестный тип содержимого ответа"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/sk/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/sk/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/sk/libkgapi_qt.po 2020-03-03 01:39:25.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/sk/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -97,7 +97,7 @@
 msgid "Invalid response content type"
 msgstr "Neznámy typ obsahu odpovede"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neznámy typ obsahu odpovede"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/sl/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/sl/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/sl/libkgapi_qt.po 2020-03-03 01:39:25.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/sl/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
-"%100==4 ? 3 : 0);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
+"%100<=4 ? 2 : 3);\n"
 "X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "Neveljavna vrsta vsebine odgovora"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neveljavna vrsta vsebine odgovora"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/sv/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/sv/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/sv/libkgapi_qt.po 2020-03-03 01:39:25.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/sv/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -93,7 +93,7 @@
 msgid "Invalid response content type"
 msgstr "Ogiltig typ av svarsinnehåll"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ogiltig typ av svarsinnehåll"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/tr/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/tr/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/tr/libkgapi_qt.po 2020-03-03 01:39:26.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/tr/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -100,7 +100,7 @@
 msgid "Invalid response content type"
 msgstr "Geçersiz yanıt içerik türü"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Geçersiz yanıt içerik türü"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/ug/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/ug/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/ug/libkgapi_qt.po 2020-03-03 01:39:26.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/ug/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -98,7 +98,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/uk/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/uk/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/uk/libkgapi_qt.po 2020-03-03 01:39:26.000000000 
+0100
+++ new/libkgapi-20.04.0/poqm/uk/libkgapi_qt.po 2020-04-17 02:40:59.000000000 
+0200
@@ -101,7 +101,7 @@
 msgid "Invalid response content type"
 msgstr "Некоректний тип вмісту відповіді"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "Некоректний тип вмісту відповіді"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/zh_CN/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/zh_CN/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/zh_CN/libkgapi_qt.po      2020-03-03 
01:39:26.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/zh_CN/libkgapi_qt.po      2020-04-17 
02:40:59.000000000 +0200
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:56\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -97,7 +97,7 @@
 msgid "Invalid response content type"
 msgstr "非法的响应内容类型"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "非法的响应内容类型"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/poqm/zh_TW/libkgapi_qt.po 
new/libkgapi-20.04.0/poqm/zh_TW/libkgapi_qt.po
--- old/libkgapi-19.12.3/poqm/zh_TW/libkgapi_qt.po      2020-03-03 
01:39:26.000000000 +0100
+++ new/libkgapi-20.04.0/poqm/zh_TW/libkgapi_qt.po      2020-04-17 
02:40:59.000000000 +0200
@@ -99,7 +99,7 @@
 msgid "Invalid response content type"
 msgstr "回覆內容型態無效"
 
-#: src/calendar/eventfetchjob.cpp:198
+#: src/calendar/eventfetchjob.cpp:194
 msgctxt "KGAPI2::EventFetchJob|"
 msgid "Invalid response content type"
 msgstr "回覆內容型態無效"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/calendar/calendarservice.cpp 
new/libkgapi-20.04.0/src/calendar/calendarservice.cpp
--- old/libkgapi-19.12.3/src/calendar/calendarservice.cpp       2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/calendar/calendarservice.cpp       2020-04-04 
12:00:17.000000000 +0200
@@ -59,7 +59,7 @@
 ObjectPtr JSONToEvent(const QVariantMap &data, const QString &timezone = 
QString());
 
 /**
- * Checks whether TZID is in Olson format and converts it to it if neccessary
+ * Checks whether TZID is in Olson format and converts it to it if necessary
  *
  * This is mainly to handle crazy Microsoft TZIDs like
  * "(GMT) Greenwich Mean Time/Dublin/Edinburgh/London", because Google only
@@ -779,7 +779,7 @@
     }
 
     /* TODO: Implement support for additional features:
-     * http://code.google.com/apis/gdata/docs/2.0/elements.html
+     * https://developers.google.com/gdata/docs/2.0/elements?csw=1
      */
 
     const auto document = QJsonDocument::fromVariant(data);
@@ -873,7 +873,7 @@
 namespace {
 
 /* Based on "Time Zone to CdoTimeZoneId Map"
- * http://msdn.microsoft.com/en-us/library/aa563018%28loband%29.aspx
+ * 
https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2007/aa563018(v=exchg.80)
  *
  * The mapping is not exact, since the CdoTimeZoneId usually refers to a
  * region of multiple countries, so I always picked one of the countries
@@ -960,7 +960,7 @@
 };
 
 /* Based on "Microsoft Time Zone Index Values"
- * http://support.microsoft.com/kb/973627
+ * 
https://support.microsoft.com/en-gb/help/973627/microsoft-time-zone-index-values
  *
  * The mapping is not exact, since the TZID usually refers to a
  * region of multiple countries, so I always picked one of the countries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/calendar/eventfetchjob.cpp 
new/libkgapi-20.04.0/src/calendar/eventfetchjob.cpp
--- old/libkgapi-19.12.3/src/calendar/eventfetchjob.cpp 2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/calendar/eventfetchjob.cpp 2020-04-04 
12:00:17.000000000 +0200
@@ -166,11 +166,7 @@
 
 ObjectsList EventFetchJob::handleReplyWithItems(const QNetworkReply *reply, 
const QByteArray& rawData)
 {
-#if (QT_VERSION < QT_VERSION_CHECK(5, 15, 0))
     if (reply->error() == QNetworkReply::ContentGoneError
-#else
-    if (reply->networkError() == QNetworkReply::ContentGoneError
-#endif
         || reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() 
== Gone) {
         // Full sync required by server, redo request with no updatedMin
         d->updatedTimestamp = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/contacts/contact.cpp 
new/libkgapi-20.04.0/src/contacts/contact.cpp
--- old/libkgapi-19.12.3/src/contacts/contact.cpp       2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/contacts/contact.cpp       2020-04-04 
12:00:17.000000000 +0200
@@ -72,7 +72,11 @@
     KContacts::Addressee(other),
     d(new Private(*(other.d)))
 {
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
     const QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
QString::SkipEmptyParts);
+#else
+    const QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
Qt::SkipEmptyParts);
+#endif
     for (const QString &group : groups) {
         d->groups.insert(group, false);
     }
@@ -83,7 +87,11 @@
     KContacts::Addressee(other),
     d(new Private)
 {
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
     const QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
QString::SkipEmptyParts);
+#else
+    const QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
Qt::SkipEmptyParts);
+#endif
     for (const QString &group : groups) {
         d->groups.insert(group, false);
     }
@@ -180,7 +188,11 @@
 
     d->groups.insert(group, false);
 
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
     QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
QString::SkipEmptyParts);
+#else
+    QStringList groups = custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
Qt::SkipEmptyParts);
+#endif
     if (!groups.contains(group)) {
         groups.append(group);
     }
@@ -200,7 +212,11 @@
 
 QStringList Contact::groups() const
 {
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
     return custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
QString::SkipEmptyParts);
+#else
+    return custom(QStringLiteral("GCALENDAR"), 
QStringLiteral("groupMembershipInfo")).split(QLatin1Char(','), 
Qt::SkipEmptyParts);
+#endif
 }
 
 void Contact::clearGroups()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/core/job.h 
new/libkgapi-20.04.0/src/core/job.h
--- old/libkgapi-19.12.3/src/core/job.h 2020-02-19 12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/core/job.h 2020-04-04 12:00:17.000000000 +0200
@@ -356,7 +356,7 @@
      *
      * Subclasses should call this method to enqueue the @p request in main job
      * queue. The request is automatically dispatched, and reply is handled.
-     * Authorization headers and standars query parameters will be applied.
+     * Authorization headers and standards query parameters will be applied.
      *
      * @param request Request to enqueue
      * @param data Data to be send in body of the request
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/core/ui/authwidget.cpp 
new/libkgapi-20.04.0/src/core/ui/authwidget.cpp
--- old/libkgapi-19.12.3/src/core/ui/authwidget.cpp     2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/core/ui/authwidget.cpp     2020-04-04 
12:00:17.000000000 +0200
@@ -120,8 +120,13 @@
     connect(d->server, &QTcpServer::newConnection, [&]() {
         d->connection = d->server->nextPendingConnection();
         d->connection->setParent(this);
+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
         connect(d->connection, static_cast<void 
(QAbstractSocket::*)(QAbstractSocket::SocketError)>
-            (&QAbstractSocket::error), d, &AuthWidgetPrivate::socketError);
+                (&QAbstractSocket::error), d, &AuthWidgetPrivate::socketError);
+#else
+        connect(d->connection, static_cast<void 
(QAbstractSocket::*)(QAbstractSocket::SocketError)>
+                (&QAbstractSocket::errorOccurred), d, 
&AuthWidgetPrivate::socketError);
+#endif
         connect(d->connection, &QTcpSocket::readyRead, d, 
&AuthWidgetPrivate::socketReady);
         d->server->close();
         d->server->deleteLater();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/saslplugin/config.h 
new/libkgapi-20.04.0/src/saslplugin/config.h
--- old/libkgapi-19.12.3/src/saslplugin/config.h        2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/saslplugin/config.h        2020-04-04 
12:00:17.000000000 +0200
@@ -245,7 +245,7 @@
 /* Define to 1 if you have the `strstr' function. */
 #define HAVE_STRSTR 1
 
-/* Do we have struct sockaddr_stroage? */
+/* Do we have struct sockaddr_storage? */
 #define HAVE_STRUCT_SOCKADDR_STORAGE
 
 /* Define to 1 if you have the <sysexits.h> header file. */
@@ -358,49 +358,49 @@
 /* The size of a `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
-/* Link ANONYMOUS Staticly */
+/* Link ANONYMOUS Statically */
 /* #undef STATIC_ANONYMOUS */
 
-/* Link CRAM-MD5 Staticly */
+/* Link CRAM-MD5 Statically */
 /* #undef STATIC_CRAMMD5 */
 
-/* Link DIGEST-MD5 Staticly */
+/* Link DIGEST-MD5 Statically */
 /* #undef STATIC_DIGESTMD5 */
 
-/* Link GSSAPI Staticly */
+/* Link GSSAPI Statically */
 #define STATIC_GSSAPIV2
 
-/* User KERBEROS_V4 Staticly */
+/* User KERBEROS_V4 Statically */
 /* #undef STATIC_KERBEROS4 */
 
-/* Link ldapdb plugin Staticly */
+/* Link ldapdb plugin Statically */
 /* #undef STATIC_LDAPDB */
 
-/* Link LOGIN Staticly */
+/* Link LOGIN Statically */
 /* #undef STATIC_LOGIN */
 
-/* Link NTLM Staticly */
+/* Link NTLM Statically */
 /* #undef STATIC_NTLM */
 
-/* Link OTP Staticly */
+/* Link OTP Statically */
 /* #undef STATIC_OTP */
 
-/* Link PASSDSS Staticly */
+/* Link PASSDSS Statically */
 /* #undef STATIC_PASSDSS */
 
-/* Link PLAIN Staticly */
+/* Link PLAIN Statically */
 /* #undef STATIC_PLAIN */
 
-/* Link OAUTH Staticly */
+/* Link OAUTH Statically */
 /* #undef STATIC_OAUTH */
 
-/* Link SASLdb Staticly */
+/* Link SASLdb Statically */
 /* #undef STATIC_SASLDB */
 
-/* Link SQL plugin staticly */
+/* Link SQL plugin statically */
 /* #undef STATIC_SQL */
 
-/* Link SRP Staticly */
+/* Link SRP Statically */
 /* #undef STATIC_SRP */
 
 /* Define to 1 if you have the ANSI C header files. */
@@ -409,7 +409,7 @@
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #define TIME_WITH_SYS_TIME 1
 
-/* Should we try to dlopen() plugins while staticly compiled? */
+/* Should we try to dlopen() plugins while statically compiled? */
 /* #undef TRY_DLOPEN_WHEN_STATIC */
 
 /* use the doors IPC API for saslauthd? */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/saslplugin/plugin_common.c 
new/libkgapi-20.04.0/src/saslplugin/plugin_common.c
--- old/libkgapi-19.12.3/src/saslplugin/plugin_common.c 2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/saslplugin/plugin_common.c 2020-04-04 
12:00:17.000000000 +0200
@@ -31,7 +31,7 @@
  * 4. Redistributions of any form whatsoever must retain the following
  *    acknowledgment:
  *    "This product includes software developed by Computing Services
- *     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
+ *     at Carnegie Mellon University (https://www.cmu.edu/computing/)."
  *
  * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/saslplugin/plugin_common.h 
new/libkgapi-20.04.0/src/saslplugin/plugin_common.h
--- old/libkgapi-19.12.3/src/saslplugin/plugin_common.h 2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/saslplugin/plugin_common.h 2020-04-04 
12:00:17.000000000 +0200
@@ -31,7 +31,7 @@
  * 4. Redistributions of any form whatsoever must retain the following
  *    acknowledgment:
  *    "This product includes software developed by Computing Services
- *     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
+ *     at Carnegie Mellon University (https://www.cmu.edu/computing/)."
  *
  * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/staticmaps/staticmapmarker.cpp 
new/libkgapi-20.04.0/src/staticmaps/staticmapmarker.cpp
--- old/libkgapi-19.12.3/src/staticmaps/staticmapmarker.cpp     2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/staticmaps/staticmapmarker.cpp     2020-04-04 
12:00:17.000000000 +0200
@@ -80,7 +80,7 @@
     d->color = color;
 }
 
-StaticMapMarker::StaticMapMarker (const KContacts::Address& address, const 
QChar& label, const MarkerSize size, const QColor& color):
+StaticMapMarker::StaticMapMarker (const KContacts::Address& address, QChar 
label, const MarkerSize size, const QColor& color):
     d(new Private)
 {
     KContacts::Address::List list;
@@ -92,7 +92,7 @@
     d->color = color;
 }
 
-StaticMapMarker::StaticMapMarker (const KContacts::Geo& address, const QChar& 
label, const MarkerSize size, const QColor& color):
+StaticMapMarker::StaticMapMarker (const KContacts::Geo& address, QChar label, 
const MarkerSize size, const QColor& color):
     d(new Private)
 {
     QList<KContacts::Geo> list;
@@ -104,7 +104,7 @@
     d->color = color;
 }
 
-StaticMapMarker::StaticMapMarker(const QStringList & locations, const QChar& 
label,
+StaticMapMarker::StaticMapMarker(const QStringList & locations, QChar label,
                                  const MarkerSize size, const QColor& color):
     d(new Private)
 {
@@ -115,7 +115,7 @@
     d->color = color;
 }
 
-StaticMapMarker::StaticMapMarker(const KContacts::Address::List & locations, 
const QChar& label,
+StaticMapMarker::StaticMapMarker(const KContacts::Address::List & locations, 
QChar label,
                                  const MarkerSize size, const QColor& color):
     d(new Private)
 {
@@ -126,7 +126,7 @@
     d->color = color;
 }
 
-StaticMapMarker::StaticMapMarker(const QList< KContacts::Geo >& locations, 
const QChar& label,
+StaticMapMarker::StaticMapMarker(const QList< KContacts::Geo >& locations, 
QChar label,
                                  const MarkerSize size, const QColor& color):
     d(new Private)
 {
@@ -172,7 +172,7 @@
     return d->label;
 }
 
-void StaticMapMarker::setLabel(const QChar& label)
+void StaticMapMarker::setLabel(QChar label)
 {
     d->label = label;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-19.12.3/src/staticmaps/staticmapmarker.h 
new/libkgapi-20.04.0/src/staticmaps/staticmapmarker.h
--- old/libkgapi-19.12.3/src/staticmaps/staticmapmarker.h       2020-02-19 
12:26:53.000000000 +0100
+++ new/libkgapi-20.04.0/src/staticmaps/staticmapmarker.h       2020-04-04 
12:00:17.000000000 +0200
@@ -83,7 +83,7 @@
      * @param size Specifies the size of marker
      * @param color Color of marker
      */
-    explicit StaticMapMarker(const KContacts::Address & address, const QChar & 
label = QChar(),
+    explicit StaticMapMarker(const KContacts::Address & address, QChar label = 
QChar(),
                              const MarkerSize size = Normal, const QColor & 
color = Qt::red);
 
     /**
@@ -95,7 +95,7 @@
      * @param size Specifies the size of marker
      * @param color Color of marker
      */
-    explicit StaticMapMarker(const KContacts::Geo & address, const QChar & 
label = QChar(),
+    explicit StaticMapMarker(const KContacts::Geo & address, QChar label = 
QChar(),
                              const MarkerSize size = Normal, const QColor & 
color = Qt::red);
 
     /**
@@ -107,7 +107,7 @@
      * @param size Specifies the size of marker
      * @param color Color of marker
      */
-    explicit StaticMapMarker(const QStringList & locations, const QChar & 
label = QChar(),
+    explicit StaticMapMarker(const QStringList & locations, QChar label = 
QChar(),
                              const MarkerSize size = Normal, const QColor & 
color = Qt::red);
 
     /**
@@ -119,7 +119,7 @@
      * @param size Specifies the size of marker
      * @param color Color of marker
      */
-    explicit StaticMapMarker(const KContacts::Address::List &locations, const 
QChar & label = QChar(),
+    explicit StaticMapMarker(const KContacts::Address::List &locations, QChar 
label = QChar(),
                              const MarkerSize size = Normal, const QColor & 
color = Qt::red);
 
     /**
@@ -131,7 +131,7 @@
      * @param size Specifies the size of marker
      * @param color Color of marker
      */
-    explicit StaticMapMarker(const QList<KContacts::Geo> & locations, const 
QChar & label = QChar(),
+    explicit StaticMapMarker(const QList<KContacts::Geo> & locations, QChar 
label = QChar(),
                              const MarkerSize size = Normal, const QColor & 
color = Qt::red);
 
     /**
@@ -177,7 +177,7 @@
      * @param label Specifies a single uppercase alphanumeric character from
      *              set {A-Z, 0-9} which will be displayed in the marker
      */
-    void setLabel(const QChar & label);
+    void setLabel(QChar label);
 
     /**
      * @brief Returns locations in QString


Reply via email to