X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;fp=src%2Fuisupport%2Fbufferhotlistfilter.h;h=1ec9505381f6c099447bc1e04eb3b8a916523932;hp=60c80393888ee2601ea26b1ac59964714a8310df;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96 diff --git a/src/uisupport/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h index 60c80393..1ec95053 100644 --- a/src/uisupport/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -30,7 +30,7 @@ class UISUPPORT_EXPORT BufferHotListFilter : public QSortFilterProxyModel Q_OBJECT public: - BufferHotListFilter(QAbstractItemModel *source, QObject *parent = 0); + BufferHotListFilter(QAbstractItemModel *source, QObject *parent = nullptr); virtual inline int columnCount(const QModelIndex &) const { return 1; } BufferId hottestBuffer();