chore: function need to be marked as override

Log:
This commit is contained in:
chenhongtao 2023-06-25 11:47:35 +08:00 committed by deepin-bot[bot]
parent b0513ab6c8
commit 66150cdbc7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ protected:
int line,
const char *func,
const QString &category,
const QString &msg);
const QString &msg) override;
private:
bool m_ignoreEnvPattern;