X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fawaylogview.h;h=99de9064a0310dfd3514f1e6691261bdbc2d7dc4;hb=b8db3c55a7f66a8d6ecabf9039aabceff9ae4837;hp=60bae8b6a540c1f5689e9e4371eb93d3eec08423;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/qtui/awaylogview.h b/src/qtui/awaylogview.h index 60bae8b6..99de9064 100644 --- a/src/qtui/awaylogview.h +++ b/src/qtui/awaylogview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 * @@ -30,9 +30,8 @@ class AwayLogView : public ChatMonitorView Q_OBJECT public: - AwayLogView(AwayLogFilter *filter, QWidget *parent = 0); - virtual void addActionsToMenu(QMenu *menu, const QPointF &pos); + AwayLogView(AwayLogFilter* filter, QWidget* parent = nullptr); + void addActionsToMenu(QMenu* menu, const QPointF& pos) override; }; - -#endif //AWAYLOGVIEW_H +#endif // AWAYLOGVIEW_H