X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugmessagemodelfilter.h;h=ce7b27600f985102f6584d3adc7ba85b607e83f6;hb=4a5f59de4b332d16ff8942051e29d9354b5bbac3;hp=28e084c6b84abcb70b5116c78ebd2c36964f3022;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/qtui/debugmessagemodelfilter.h b/src/qtui/debugmessagemodelfilter.h index 28e084c6..ce7b2760 100644 --- a/src/qtui/debugmessagemodelfilter.h +++ b/src/qtui/debugmessagemodelfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -28,10 +28,9 @@ class DebugMessageModelFilter : public QSortFilterProxyModel Q_OBJECT public: - DebugMessageModelFilter(QObject *parent = 0); - QVariant headerData(int section, Qt::Orientation orientation, int role) const; - virtual QVariant data(const QModelIndex &index, int role) const; + DebugMessageModelFilter(QObject* parent = nullptr); + QVariant headerData(int section, Qt::Orientation orientation, int role) const override; + QVariant data(const QModelIndex& index, int role) const override; }; - -#endif //DEBUGMESSAGEMODELFILTER_H +#endif // DEBUGMESSAGEMODELFILTER_H