X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugmessagemodelfilter.h;h=dd36885f47ef1d1cbf8c9e47c60427169ab2e3a8;hb=e868433618defabcbdc078745e6d19dd9573c005;hp=93cfe419ccc76703d70a5c7ad40779a2a545bbf6;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/qtui/debugmessagemodelfilter.h b/src/qtui/debugmessagemodelfilter.h index 93cfe419..dd36885f 100644 --- a/src/qtui/debugmessagemodelfilter.h +++ b/src/qtui/debugmessagemodelfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 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