kpimutils
#include <networkaccesshelper.h>
Inherits QObject.
Public Member Functions | |
NetworkAccessHelper (QObject *parent=0) | |
void | establishConnection () |
void | releaseConnection () |
Detailed Description
Wrapper around Solid::NetworkingControl (komobranch)
This can be used for all platforms, but is just implemented for Windows CE Does nothing on other platforms
Basically this is to prevent ifdef'ing all the classes that make use of the NetworkingControl class that is only available in kdelibs from the komobranch at the moment
- Deprecated:
- This class is non-functional and will be removed in KF 5.
Definition at line 44 of file networkaccesshelper.h.
Constructor & Destructor Documentation
◆ NetworkAccessHelper()
|
explicit |
Fake backend.
Definition at line 28 of file networkaccesshelper_fake.cpp.
◆ ~NetworkAccessHelper()
|
virtual |
Definition at line 33 of file networkaccesshelper_fake.cpp.
Member Function Documentation
◆ establishConnection()
void NetworkAccessHelper::establishConnection | ( | ) |
Definition at line 37 of file networkaccesshelper_fake.cpp.
◆ releaseConnection()
void NetworkAccessHelper::releaseConnection | ( | ) |
Definition at line 41 of file networkaccesshelper_fake.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.