tidy: apply clang-tidy to some files

Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h
This commit is contained in:
flow 2022-04-19 20:19:51 -03:00 committed by flow
parent d7f6b36990
commit ba50765c30
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
6 changed files with 38 additions and 37 deletions

View file

@ -1,8 +1,8 @@
#include <QTemporaryDir>
#include <QTest>
#include "TestUtil.h"
#include "Packwiz.h"
#include "TestUtil.h"
class PackwizTest : public QObject {
Q_OBJECT