diff --git a/backends/libcommuni/ircnetworkplugin.h b/backends/libcommuni/ircnetworkplugin.h index df8fb65b2bcfb64ba767b454a22df186644f2006..23a383b5f85f5d8a4279a16fc8a41e2fc8d24e50 100644 --- a/backends/libcommuni/ircnetworkplugin.h +++ b/backends/libcommuni/ircnetworkplugin.h @@ -19,6 +19,7 @@ */ #pragma once + #ifndef Q_MOC_RUN #include "transport/Config.h" #include "transport/NetworkPlugin.h" @@ -58,7 +59,7 @@ class IRCNetworkPlugin : public QObject, public NetworkPlugin { std::string getTargetName(const std::string &legacyName); private: - Config *config; + Config *m_config; QTcpSocket *m_socket; std::map m_sessions; std::vector m_servers;