X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=20f3701d748af90060dd1d9ecfeae5c6de5bd059;hp=8a5819eff37ffc8ea28d044d2176e377661b6f5d;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=ac654fdeeece68d64561920479f064ad3c237e26 diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index 8a5819ef..20f3701d 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -72,6 +72,7 @@ signals: private slots: void onBeginRemoveChilds(int start, int end); + void onNetworkDestroyed(); private: NetworkId _networkId; @@ -211,6 +212,7 @@ public slots: private slots: void ircChannelParted(); + void ircChannelDestroyed(); private: IrcChannel *_ircChannel;