File 0001-Provide-Solid-NetworkingPrivate-serviceOwnerChanged-.patch of Package mingw32-kdelibs4

From c1f40db83fb0def702a1cf7d1c3013fa52ac3071 Mon Sep 17 00:00:00 2001
From: Ralf Habacker <ralf.habacker@freenet.de>
Date: Sun, 19 Jul 2015 22:02:03 +0200
Subject: [PATCH] Provide Solid::NetworkingPrivate::serviceOwnerChanged() on
 all platforms.

---
 solid/solid/networking_p.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solid/solid/networking_p.h b/solid/solid/networking_p.h
index 82ddb1f..17076c1 100644
--- a/solid/solid/networking_p.h
+++ b/solid/solid/networking_p.h
@@ -55,14 +55,14 @@ namespace Solid
          * Called on DBus signal from the network status service
          */
         void serviceStatusChanged( uint status );
+#else
+        void serviceStatusChanged( bool status );
+#endif
         /**
          * Detects when kded restarts, and sets status to NoNetworks so that apps
          * may proceed
          */
         void serviceOwnerChanged( const QString &, const QString &, const QString & );
-#else
-        void serviceStatusChanged( bool status );
-#endif
     private:
         void initialize();
 #ifndef Q_OS_WIN
-- 
1.8.4.5

openSUSE Build Service is sponsored by