chore: add clang-tidy checks to Qt client (#1236)

* chore: add clang-tidy integration for Qt client
This commit is contained in:
Charles Kerr
2020-05-19 20:32:51 -05:00
committed by GitHub
parent 6aa559f12f
commit d43aeb6a5c
38 changed files with 181 additions and 180 deletions

View File

@@ -17,7 +17,7 @@
class FileTreeItem;
class FileTreeModel : public QAbstractItemModel
class FileTreeModel final : public QAbstractItemModel
{
Q_OBJECT