X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=840f1aa2a2a3ebf26c751735365584fc6faf74b5;hb=12088be1ee7c16faf52a39ab2b6e01a6ec7bfeb6;hp=c678bae327b9a3d0c22e66d71d519aeb481a78f6;hpb=e1d4e2bf7c368d84d853f33e5f55a72945cc7f6a;p=quassel.git diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index c678bae3..840f1aa2 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -64,6 +64,9 @@ public slots: void attachIrcChannel(IrcChannel *channel); void attachIrcUser(IrcUser *ircUser); +signals: + void networkDataChanged(int column = -1); + private: NetworkId _networkId;