Public Member Functions | |
| QList< IRCNetworkEntity > | autoJoinNetworks () const |
| bool | isAnyNetworkOnAutoJoin () const |
| IRCNetworkEntity | lastUsedNetwork () const |
| IRCNetworkEntity | network (const QString &description) |
| QList< IRCNetworkEntity > | networks () const |
| bool | replaceNetwork (const QString &oldDescription, const IRCNetworkEntity &newNetwork, QWidget *errorDisplayParentWidget) |
| Replace network definition in config and move around log files. More... | |
| void | setLastUsedNetwork (const IRCNetworkEntity &network) |
| void | setNetworks (const QList< IRCNetworkEntity > &networks) |
Definition at line 34 of file chatnetworkscfg.h.
| bool ChatNetworksCfg::replaceNetwork | ( | const QString & | oldDescription, |
| const IRCNetworkEntity & | newNetwork, | ||
| QWidget * | errorDisplayParentWidget | ||
| ) |
Replace network definition in config and move around log files.
Method may fail if chat logs fail to be moved.
Definition at line 118 of file chatnetworkscfg.cpp.