X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorview.h;h=21f84488ce908b62644519e318e5e39d5818fec7;hb=e2188dc438be6f3eb0d9cdf47d28821aefe9835e;hp=f9c07e57355a4361cadd689dc38c2dba9446814c;hpb=921e54680da16fcf2adb7a90506875aceb6633a4;p=quassel.git diff --git a/src/qtui/chatmonitorview.h b/src/qtui/chatmonitorview.h index f9c07e57..21f84488 100644 --- a/src/qtui/chatmonitorview.h +++ b/src/qtui/chatmonitorview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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 * @@ -33,8 +33,8 @@ public: ChatMonitorView(ChatMonitorFilter *filter, QWidget *parent); protected: - virtual void addActionsToMenu(QMenu *menu, const QPointF &pos); - virtual void mouseDoubleClickEvent(QMouseEvent *event); + void addActionsToMenu(QMenu *menu, const QPointF &pos) override; + void mouseDoubleClickEvent(QMouseEvent *event) override; private slots: void showFieldsChanged(bool checked);