Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2017-03-03 17:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5ModemManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libKF5ModemManagerQt"

Fri Mar  3 17:23:55 2017 rev:34 rq:461476 version:5.31.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes    
    2017-02-03 17:46:57.622066840 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new/libKF5ModemManagerQt.changes
   2017-03-03 17:23:55.655891579 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:35:48 UTC 2017 - [email protected]
+
+- Update to 5.31.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+-------------------------------------------------------------------

Old:
----
  modemmanager-qt-5.30.0.tar.xz

New:
----
  modemmanager-qt-5.31.0.tar.xz

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

Other differences:
------------------
++++++ libKF5ModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.zXMr4y/_old  2017-03-03 17:23:56.247807852 +0100
+++ /var/tmp/diff_new_pack.zXMr4y/_new  2017-03-03 17:23:56.247807852 +0100
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:           libKF5ModemManagerQt
-Version:        5.30.0
+Version:        5.31.0
 Release:        0
 Summary:        Qt wrapper for ModemManager DBus API
 License:        LGPL-2.1 or LGPL-3.0
@@ -29,9 +29,9 @@
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Xml) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(ModemManager) >= 1.0.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,9 +42,9 @@
 Summary:        Development package for the libmm-qt library
 Group:          Development/Libraries/KDE
 Requires:       libKF5ModemManagerQt%{soversion} = %{version}
-Requires:       cmake(Qt5Core) >= 5.5.0
-Requires:       cmake(Qt5DBus) >= 5.5.0
-Requires:       cmake(Qt5Xml) >= 5.5.0
+Requires:       cmake(Qt5Core) >= 5.6.0
+Requires:       cmake(Qt5DBus) >= 5.6.0
+Requires:       cmake(Qt5Xml) >= 5.6.0
 Requires:       pkgconfig(ModemManager) >= 1.0.0
 
 %description devel

++++++ modemmanager-qt-5.30.0.tar.xz -> modemmanager-qt-5.31.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/CMakeLists.txt 
new/modemmanager-qt-5.31.0/CMakeLists.txt
--- old/modemmanager-qt-5.30.0/CMakeLists.txt   2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/CMakeLists.txt   2017-02-04 19:36:01.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,7 +17,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Xml)
 
 add_definitions(${QT_DEFINITIONS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/bearer.h 
new/modemmanager-qt-5.31.0/src/bearer.h
--- old/modemmanager-qt-5.30.0/src/bearer.h     2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/bearer.h     2017-02-04 19:36:01.000000000 
+0100
@@ -147,7 +147,7 @@
     typedef QSharedPointer<Bearer> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Bearer(const QString &path, QObject *parent = 0);
+    explicit Bearer(const QString &path, QObject *parent = nullptr);
     ~Bearer();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/bearerinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/bearerinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/bearerinterface.h       2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/bearerinterface.h       2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Bearer"; }
 #endif
 public:
-    OrgFreedesktopModemManager1BearerInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1BearerInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1BearerInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/dbus_manager.h 
new/modemmanager-qt-5.31.0/src/dbus/dbus_manager.h
--- old/modemmanager-qt-5.30.0/src/dbus/dbus_manager.h  2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/dbus_manager.h  2017-02-04 
19:36:01.000000000 +0100
@@ -33,7 +33,7 @@
     { return "org.freedesktop.DBus.ObjectManager"; }
 
 public:
-    OrgFreedesktopDBusObjectManagerInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopDBusObjectManagerInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopDBusObjectManagerInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/firmwareinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/firmwareinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/firmwareinterface.h     2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/firmwareinterface.h     2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Firmware"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemFirmwareInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemFirmwareInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemFirmwareInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/locationinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/locationinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/locationinterface.h     2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/locationinterface.h     2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Location"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemLocationInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemLocationInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemLocationInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/messaginginterface.h 
new/modemmanager-qt-5.31.0/src/dbus/messaginginterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/messaginginterface.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/messaginginterface.h    2017-02-04 
19:36:01.000000000 +0100
@@ -36,7 +36,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Messaging"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemMessagingInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemMessagingInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemMessagingInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/modem3gppinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/modem3gppinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/modem3gppinterface.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/modem3gppinterface.h    2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Modem3gpp"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemModem3gppInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemModem3gppInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemModem3gppInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/modemcdmainterface.h 
new/modemmanager-qt-5.31.0/src/dbus/modemcdmainterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/modemcdmainterface.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/modemcdmainterface.h    2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.ModemCdma"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemModemCdmaInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemModemCdmaInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemModemCdmaInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/modeminterface.h 
new/modemmanager-qt-5.31.0/src/dbus/modeminterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/modeminterface.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/modeminterface.h        2017-02-04 
19:36:01.000000000 +0100
@@ -36,7 +36,7 @@
     { return "org.freedesktop.ModemManager1.Modem"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1ModemInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/modemmanager-qt-5.30.0/src/dbus/modemmanager1interface.h 
new/modemmanager-qt-5.31.0/src/dbus/modemmanager1interface.h
--- old/modemmanager-qt-5.30.0/src/dbus/modemmanager1interface.h        
2017-01-08 16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/modemmanager1interface.h        
2017-02-04 19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1"; }
 #endif
 public:
-    OrgFreedesktopModemManager1Interface(const QString &service, const QString 
&path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1Interface(const QString &service, const QString 
&path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1Interface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/omainterface.h 
new/modemmanager-qt-5.31.0/src/dbus/omainterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/omainterface.h  2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/omainterface.h  2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Oma"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemOmaInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemOmaInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1ModemOmaInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/signalinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/signalinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/signalinterface.h       2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/signalinterface.h       2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Signal"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemSignalInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemSignalInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemSignalInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/siminterface.h 
new/modemmanager-qt-5.31.0/src/dbus/siminterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/siminterface.h  2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/siminterface.h  2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Sim"; }
 #endif
 public:
-    OrgFreedesktopModemManager1SimInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1SimInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1SimInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/simpleinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/simpleinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/simpleinterface.h       2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/simpleinterface.h       2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Simple"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemSimpleInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemSimpleInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemSimpleInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/smsinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/smsinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/smsinterface.h  2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/smsinterface.h  2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Sms"; }
 #endif
 public:
-    OrgFreedesktopModemManager1SmsInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1SmsInterface(const QString &service, const 
QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
 
     ~OrgFreedesktopModemManager1SmsInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/timeinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/timeinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/timeinterface.h 2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/timeinterface.h 2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Time"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemTimeInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+    OrgFreedesktopModemManager1ModemTimeInterface(const QString &service, 
const QString &path, const QDBusConnection &connection, QObject *parent = 
nullptr);
 
     ~OrgFreedesktopModemManager1ModemTimeInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/dbus/ussdinterface.h 
new/modemmanager-qt-5.31.0/src/dbus/ussdinterface.h
--- old/modemmanager-qt-5.30.0/src/dbus/ussdinterface.h 2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/dbus/ussdinterface.h 2017-02-04 
19:36:01.000000000 +0100
@@ -35,7 +35,7 @@
     { return "org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd"; }
 #endif
 public:
-    OrgFreedesktopModemManager1ModemModem3gppUssdInterface(const QString 
&service, const QString &path, const QDBusConnection &connection, QObject 
*parent = 0);
+    OrgFreedesktopModemManager1ModemModem3gppUssdInterface(const QString 
&service, const QString &path, const QDBusConnection &connection, QObject 
*parent = nullptr);
 
     ~OrgFreedesktopModemManager1ModemModem3gppUssdInterface();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/bearer.h 
new/modemmanager-qt-5.31.0/src/fakemodem/bearer.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/bearer.h   2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/bearer.h   2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Bearer")
 public:
-    explicit Bearer(QObject * parent = 0);
+    explicit Bearer(QObject * parent = nullptr);
     virtual ~Bearer();
 
     Q_PROPERTY(bool Connected READ connected)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/fakemodem.h 
new/modemmanager-qt-5.31.0/src/fakemodem/fakemodem.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/fakemodem.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/fakemodem.h        2017-02-04 
19:36:01.000000000 +0100
@@ -34,7 +34,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem")
 public:
-    explicit FakeModem(QObject* parent = 0);
+    explicit FakeModem(QObject* parent = nullptr);
     virtual ~FakeModem();
 
     /* Not part of DBus interface */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modem.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modem.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modem.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modem.h    2017-02-04 
19:36:01.000000000 +0100
@@ -34,7 +34,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem")
 public:
-    explicit Modem(QObject* parent = 0);
+    explicit Modem(QObject* parent = nullptr);
     virtual ~Modem();
 
     Q_PROPERTY(uint AccessTechnologies READ accessTechnologies)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modem3gpp.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modem3gpp.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modem3gpp.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modem3gpp.h        2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Modem3gpp")
 public:
-    explicit Modem3gpp(QObject * parent = 0);
+    explicit Modem3gpp(QObject * parent = nullptr);
     virtual ~Modem3gpp();
 
     Q_PROPERTY(uint EnabledFacilityLocks READ enabledFacilityLocks)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modem3gppussd.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modem3gppussd.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modem3gppussd.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modem3gppussd.h    2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Modem3gpp.Ussd")
 public:
-    explicit Modem3gppUssd(QObject * parent = 0);
+    explicit Modem3gppUssd(QObject * parent = nullptr);
     virtual ~Modem3gppUssd();
 
     Q_PROPERTY(QString NetworkNotification READ networkNotification)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modemcdma.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemcdma.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemcdma.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemcdma.h        2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.ModemCdma")
 public:
-    explicit ModemCdma(QObject * parent = 0);
+    explicit ModemCdma(QObject * parent = nullptr);
     virtual ~ModemCdma();
 
     Q_PROPERTY(uint ActivationState READ activationState)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modemlocation.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemlocation.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemlocation.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemlocation.h    2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Location")
 public:
-    explicit ModemLocation(QObject * parent = 0);
+    explicit ModemLocation(QObject * parent = nullptr);
     virtual ~ModemLocation();
 
     Q_PROPERTY(uint Capabilities READ capabilities)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/modemmanager-qt-5.30.0/src/fakemodem/modemmessaging.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemmessaging.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemmessaging.h   2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemmessaging.h   2017-02-04 
19:36:01.000000000 +0100
@@ -33,7 +33,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Messaging")
 public:
-    explicit ModemMessaging(QObject * parent = 0);
+    explicit ModemMessaging(QObject * parent = nullptr);
     virtual ~ModemMessaging();
 
     Q_PROPERTY(uint DefaultStorage READ defaultStorage)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modemoma.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemoma.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemoma.h 2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemoma.h 2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Oma")
 public:
-    explicit ModemOma(QObject * parent = 0);
+    explicit ModemOma(QObject * parent = nullptr);
     virtual ~ModemOma();
 
     Q_PROPERTY(uint Features READ features)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modemsimple.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemsimple.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemsimple.h      2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemsimple.h      2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Simple")
 public:
-    explicit ModemSimple(QObject * parent = 0);
+    explicit ModemSimple(QObject * parent = nullptr);
     virtual ~ModemSimple();
 
 public Q_SLOTS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/modemtime.h 
new/modemmanager-qt-5.31.0/src/fakemodem/modemtime.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/modemtime.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/modemtime.h        2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Modem.Time")
 public:
-    explicit ModemTime(QObject * parent = 0);
+    explicit ModemTime(QObject * parent = nullptr);
     virtual ~ModemTime();
 
     Q_PROPERTY(QVariantMap NetworkTimezone READ networkTimezone)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/objectmanager.h 
new/modemmanager-qt-5.31.0/src/fakemodem/objectmanager.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/objectmanager.h    2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/objectmanager.h    2017-02-04 
19:36:01.000000000 +0100
@@ -33,7 +33,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.freedesktop.DBus.ObjectManager")
 public:
-    explicit ObjectManager(QObject * parent = 0);
+    explicit ObjectManager(QObject * parent = nullptr);
     virtual ~ObjectManager();
 
     void addInterfaces(const QDBusObjectPath &object_path, const 
ModemManager::MMVariantMapMap &interfaces_and_properties);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/fakemodem/sms.h 
new/modemmanager-qt-5.31.0/src/fakemodem/sms.h
--- old/modemmanager-qt-5.30.0/src/fakemodem/sms.h      2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/fakemodem/sms.h      2017-02-04 
19:36:01.000000000 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
     Q_CLASSINFO("D-Bus Interface", "org.kde.fakemodem.Sms")
 public:
-    explicit Sms(QObject * parent = 0);
+    explicit Sms(QObject * parent = nullptr);
     virtual ~Sms();
 
     Q_PROPERTY(int SmsClass READ smsClass)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/interface.h 
new/modemmanager-qt-5.31.0/src/interface.h
--- old/modemmanager-qt-5.30.0/src/interface.h  2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/interface.h  2017-02-04 19:36:01.000000000 
+0100
@@ -45,8 +45,8 @@
     typedef QSharedPointer<Interface> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Interface(const QString &path, QObject *parent = 0);
-    explicit Interface(InterfacePrivate &dd, QObject *parent = 0);
+    explicit Interface(const QString &path, QObject *parent = nullptr);
+    explicit Interface(InterfacePrivate &dd, QObject *parent = nullptr);
     virtual ~Interface();
 
     QString uni() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modem.h 
new/modemmanager-qt-5.31.0/src/modem.h
--- old/modemmanager-qt-5.30.0/src/modem.h      2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/modem.h      2017-02-04 19:36:01.000000000 
+0100
@@ -178,7 +178,7 @@
     typedef QSharedPointer<Modem> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Modem(const QString &path, QObject *parent = 0 );
+    explicit Modem(const QString &path, QObject *parent = nullptr );
     ~Modem();
 
     QString uni() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modem3gpp.h 
new/modemmanager-qt-5.31.0/src/modem3gpp.h
--- old/modemmanager-qt-5.30.0/src/modem3gpp.h  2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/modem3gpp.h  2017-02-04 19:36:01.000000000 
+0100
@@ -54,7 +54,7 @@
 
     Q_DECLARE_FLAGS(FacilityLocks, MMModem3gppFacility)
 
-    explicit Modem3gpp(const QString &path, QObject *parent = 0);
+    explicit Modem3gpp(const QString &path, QObject *parent = nullptr);
     ~Modem3gpp();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modem3gppussd.h 
new/modemmanager-qt-5.31.0/src/modem3gppussd.h
--- old/modemmanager-qt-5.30.0/src/modem3gppussd.h      2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modem3gppussd.h      2017-02-04 
19:36:01.000000000 +0100
@@ -51,7 +51,7 @@
     typedef QSharedPointer<Modem3gppUssd> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Modem3gppUssd(const QString &path, QObject *parent = 0);
+    explicit Modem3gppUssd(const QString &path, QObject *parent = nullptr);
     ~Modem3gppUssd();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemcdma.h 
new/modemmanager-qt-5.31.0/src/modemcdma.h
--- old/modemmanager-qt-5.30.0/src/modemcdma.h  2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/modemcdma.h  2017-02-04 19:36:01.000000000 
+0100
@@ -50,7 +50,7 @@
     typedef QSharedPointer<ModemCdma> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemCdma(const QString &path, QObject *parent = 0);
+    explicit ModemCdma(const QString &path, QObject *parent = nullptr);
     ~ModemCdma();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemdevice.h 
new/modemmanager-qt-5.31.0/src/modemdevice.h
--- old/modemmanager-qt-5.30.0/src/modemdevice.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemdevice.h        2017-02-04 
19:36:01.000000000 +0100
@@ -67,8 +67,8 @@
         SignalInterface
     };
 
-    explicit ModemDevice(const QString &path, QObject *parent = 0);
-    explicit ModemDevice(ModemDevicePrivate &dd, QObject *parent = 0);
+    explicit ModemDevice(const QString &path, QObject *parent = nullptr);
+    explicit ModemDevice(ModemDevicePrivate &dd, QObject *parent = nullptr);
     virtual ~ModemDevice();
 
     QString uni() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemfirmware.h 
new/modemmanager-qt-5.31.0/src/modemfirmware.h
--- old/modemmanager-qt-5.30.0/src/modemfirmware.h      2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemfirmware.h      2017-02-04 
19:36:01.000000000 +0100
@@ -50,7 +50,7 @@
     typedef QSharedPointer<ModemFirmware> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemFirmware(const QString &path, QObject *parent = 0);
+    explicit ModemFirmware(const QString &path, QObject *parent = nullptr);
     ~ModemFirmware();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemlocation.h 
new/modemmanager-qt-5.31.0/src/modemlocation.h
--- old/modemmanager-qt-5.30.0/src/modemlocation.h      2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemlocation.h      2017-02-04 
19:36:01.000000000 +0100
@@ -56,7 +56,7 @@
 
     Q_DECLARE_FLAGS(LocationSources, MMModemLocationSource)
 
-    explicit ModemLocation(const QString &path, QObject *parent = 0);
+    explicit ModemLocation(const QString &path, QObject *parent = nullptr);
     ~ModemLocation();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemmessaging.h 
new/modemmanager-qt-5.31.0/src/modemmessaging.h
--- old/modemmanager-qt-5.30.0/src/modemmessaging.h     2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemmessaging.h     2017-02-04 
19:36:01.000000000 +0100
@@ -57,7 +57,7 @@
     typedef QSharedPointer<ModemMessaging> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemMessaging(const QString &path, QObject *parent = 0);
+    explicit ModemMessaging(const QString &path, QObject *parent = nullptr);
     ~ModemMessaging();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemoma.h 
new/modemmanager-qt-5.31.0/src/modemoma.h
--- old/modemmanager-qt-5.30.0/src/modemoma.h   2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/modemoma.h   2017-02-04 19:36:01.000000000 
+0100
@@ -57,7 +57,7 @@
 
     Q_DECLARE_FLAGS(Features, MMOmaFeature)
 
-    explicit ModemOma(const QString &path, QObject *parent = 0);
+    explicit ModemOma(const QString &path, QObject *parent = nullptr);
     ~ModemOma();
 
     // properties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemsignal.h 
new/modemmanager-qt-5.31.0/src/modemsignal.h
--- old/modemmanager-qt-5.30.0/src/modemsignal.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemsignal.h        2017-02-04 
19:36:01.000000000 +0100
@@ -49,7 +49,7 @@
     typedef QSharedPointer<ModemSignal> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemSignal(const QString &path, QObject *parent = 0);
+    explicit ModemSignal(const QString &path, QObject *parent = nullptr);
     ~ModemSignal();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemsimple.h 
new/modemmanager-qt-5.31.0/src/modemsimple.h
--- old/modemmanager-qt-5.30.0/src/modemsimple.h        2017-01-08 
16:48:22.000000000 +0100
+++ new/modemmanager-qt-5.31.0/src/modemsimple.h        2017-02-04 
19:36:01.000000000 +0100
@@ -47,7 +47,7 @@
     typedef QSharedPointer<ModemSimple> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemSimple(const QString &path, QObject *parent = 0 );
+    explicit ModemSimple(const QString &path, QObject *parent = nullptr );
     ~ModemSimple();
 
     QString uni() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/modemtime.h 
new/modemmanager-qt-5.31.0/src/modemtime.h
--- old/modemmanager-qt-5.30.0/src/modemtime.h  2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/modemtime.h  2017-02-04 19:36:01.000000000 
+0100
@@ -108,7 +108,7 @@
     typedef QSharedPointer<ModemTime> Ptr;
     typedef QList<Ptr> List;
 
-    explicit ModemTime(const QString &path, QObject *parent = 0);
+    explicit ModemTime(const QString &path, QObject *parent = nullptr);
     ~ModemTime();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/sim.h 
new/modemmanager-qt-5.31.0/src/sim.h
--- old/modemmanager-qt-5.30.0/src/sim.h        2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/sim.h        2017-02-04 19:36:01.000000000 
+0100
@@ -49,7 +49,7 @@
     typedef QSharedPointer<Sim> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Sim(const QString &path, QObject *parent = 0);
+    explicit Sim(const QString &path, QObject *parent = nullptr);
     ~Sim();
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.30.0/src/sms.h 
new/modemmanager-qt-5.31.0/src/sms.h
--- old/modemmanager-qt-5.30.0/src/sms.h        2017-01-08 16:48:22.000000000 
+0100
+++ new/modemmanager-qt-5.31.0/src/sms.h        2017-02-04 19:36:01.000000000 
+0100
@@ -51,7 +51,7 @@
     typedef QSharedPointer<Sms> Ptr;
     typedef QList<Ptr> List;
 
-    explicit Sms(const QString &path, QObject *parent = 0);
+    explicit Sms(const QString &path, QObject *parent = nullptr);
     ~Sms();
 
     QString uni() const;


Reply via email to