Tweaks and fixes for Assert

This commit is contained in:
2020-03-22 12:20:39 +01:00
parent 638a414961
commit e07e07253d
3 changed files with 14 additions and 14 deletions

View File

@@ -116,6 +116,8 @@ Standard: Cpp11
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
- Assert
- AssertNotNull
TabWidth: 8
UseTab: Never
...