X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fawaylogview.h;h=6fcc8f56a390bc5331f8835ae32eed13204511d1;hp=ed7dba5e79ed55a3c79c58968de67ff476f205f9;hb=1f21c1f9613031ae263eeed0c4883bfcd5488343;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/qtui/awaylogview.h b/src/qtui/awaylogview.h index ed7dba5e..6fcc8f56 100644 --- a/src/qtui/awaylogview.h +++ b/src/qtui/awaylogview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -30,9 +30,8 @@ class AwayLogView : public ChatMonitorView Q_OBJECT public: - AwayLogView(AwayLogFilter *filter, QWidget *parent = nullptr); - 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