#ifndef IRCNETWORKCONFIG_H #define IRCNETWORKCONFIG_H #include struct IRCNetworkConfig { QString hostname; int port; QString password; bool useSSL; }; #endif // IRCNETWORKCONFIG_H