Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win64
mingw64-kdelibs4
0001-Provide-Solid-NetworkingPrivate-serviceOwn...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Provide-Solid-NetworkingPrivate-serviceOwnerChanged-.patch of Package mingw64-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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor