X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=3c21b797400fb955ef424f95d936684e6c530012;hp=c6b2e2612f1ca86c8b6df9fa2f5e6e9b446fe45f;hb=bd2fb9596ddd44d486a3ff4914bcac045210c498;hpb=92807744f2baf77c6b7048b236c44d807c725f48;ds=sidebyside diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index c6b2e261..3c21b797 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -34,6 +34,8 @@ # include #endif +#include + #include "coreaccount.h" #include "remotepeer.h" #include "types.h" @@ -151,6 +153,7 @@ private slots: #ifdef HAVE_KDE4 void solidNetworkStatusChanged(Solid::Networking::Status status); #endif + void onlineStateChanged(bool isOnline); private: QPointer _authHandler; @@ -171,6 +174,8 @@ private: CoreAccount _account; CoreAccountModel *accountModel() const; + QPointer _qNetworkConfigurationManager; + friend class CoreConfigWizard; };