X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=8c36233f8ceb9b5aabd62a0b6340dc82946450c2;hp=c3dbaf472480208f9c80277524240c1cbe9dedaa;hb=5b560ec1a01349562ac58051ca7e7fa899d4b994;hpb=12493689255317b4816000b22bccd1961dbfd8d8 diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index c3dbaf47..8c36233f 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -62,15 +62,9 @@ public: QString bufferName() const; QString topic() const; int nickCount() const; - - enum Type { - StatusType, - ChannelType, - QueryType - }; bool isStatusBuffer() const; - Type bufferType() const; + BufferInfo::Type bufferType() const; bool isActive() const; @@ -106,7 +100,6 @@ private slots: private: BufferInfo _bufferInfo; ActivityLevel _activity; - Type _type; QDateTime _lastMsgInsert; QDateTime _lastSeen;