X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=578481b8f62917256297a73e8ecacf8bf79cfca4;hp=812bc84b8958aaf3b0017e4760c0ea32ea5e4aca;hb=62b7bed21f011037a34d7a4ea797d79fbdeff687;hpb=73696998505c35c02bd019f78e9f502cbc36da5b diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index 812bc84b..578481b8 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.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 * @@ -24,6 +24,7 @@ #include #include +#include "network.h" #include "types.h" #include "selectionmodelsynchronizer.h" @@ -50,9 +51,11 @@ public slots: void setCurrentIndex(const QModelIndex &newCurrent); void switchToBuffer(const BufferId &bufferId); void switchToBufferIndex(const QModelIndex &bufferIdx); - + private slots: void debug_currentChanged(QModelIndex current, QModelIndex previous); + void newNetwork(NetworkId id); + void networkConnectionChanged(Network::ConnectionState state); private: SelectionModelSynchronizer _selectionModelSynchronizer;