X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnickview.h;h=b6bcee504655e155be2200c16afc34b262b5ff03;hb=d94f8e007a9ec408f63e4d5795af465d0f9aafb0;hp=807a4d4399bea6dcafbc901cb4073d1957424e52;hpb=016b1a6b6c88dc9d1493199be4e42e85bed6633c;p=quassel.git diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index 807a4d43..b6bcee50 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -32,6 +32,7 @@ class NickModel; class LazySizeHint; class FilteredNickModel; class QSortFilterProxyModel; +class QResizeEvent; class NickView : public QTreeView { Q_OBJECT @@ -58,7 +59,6 @@ private: BufferInfo bufferInfoFromModelIndex(const QModelIndex & index); QString nickFromModelIndex(const QModelIndex & index); void executeCommand(const BufferInfo & bufferInfo, const QString & command); - };