X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnickview.h;h=aa25835db6adf1ec245078fe14326ce10b75b5eb;hp=df8321dcc15404c7e5e0802f1d98d88264163afa;hb=4295cdd849be0ae914387d0f62afb6f653f5f27f;hpb=d5b27b7809e49a426adac9e5d9a8f8ad4f85eb74 diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index df8321dc..aa25835d 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -21,8 +21,13 @@ #ifndef _NICKVIEW_H_ #define _NICKVIEW_H_ + #include +#include "types.h" +#include "bufferinfo.h" + + class NickModel; class FilteredNickModel; class QSortFilterProxyModel; @@ -36,11 +41,13 @@ public: protected: void rowsInserted(const QModelIndex &, int, int); - + public slots: void setModel(QAbstractItemModel *model); void init(); + void showContextMenu(const QPoint & pos ); }; + #endif