Fix coding style

This commit is contained in:
Chocobo1
2020-12-09 15:14:00 +08:00
parent 498da509db
commit ff3d0346eb
3 changed files with 17 additions and 19 deletions

View File

@@ -30,7 +30,7 @@
#include "apicontroller.h"
class LogController : public APIController
class LogController final : public APIController
{
Q_OBJECT
Q_DISABLE_COPY(LogController)