Clean up code

This commit is contained in:
Chocobo1
2019-03-08 17:14:20 +08:00
parent 04fd6e9d04
commit a3019f56b0
5 changed files with 34 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ protected:
void keyPressEvent(QKeyEvent *event) override;
private:
int m_maxLines;
const int m_maxLines;
Log::MsgTypes m_types;
};