X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fawaylogview.h;h=d634690cc195123f9ec1a746b79d592e62219ac6;hb=80950b87640acfb2a75902f8aabf3419da094bf4;hp=60bae8b6a540c1f5689e9e4371eb93d3eec08423;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/qtui/awaylogview.h b/src/qtui/awaylogview.h index 60bae8b6..d634690c 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,8 +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; };