Gui: Use override etc 2

This commit is contained in:
berniev
2022-08-09 13:56:15 +10:00
committed by wwmayer
parent 3891e85c32
commit 0c70d45c83
213 changed files with 1723 additions and 1723 deletions

View File

@@ -270,7 +270,7 @@ public:
CustomReportEvent(ReportHighlighter::Paragraph p, const QString& s)
: QEvent(QEvent::Type(QEvent::User))
{ par = p; msg = s;}
~CustomReportEvent()
~CustomReportEvent() override
{ }
const QString& message() const
{ return msg; }