chore: clang-tidy cleanups (#1287)

* chore: fix syntax error in clang-tidy config file
This commit is contained in:
Charles Kerr
2020-06-05 14:02:11 -05:00
committed by GitHub
parent 1f28470cf4
commit 51573a3c1e
56 changed files with 634 additions and 584 deletions

View File

@@ -8,10 +8,9 @@
#pragma once
#include <cstdint>
#include <cstdint> // uint64_t
#include <QAbstractItemModel>
#include <QList>
#include <QMap>
#include <QSet>