refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,12 +6,12 @@
#ifndef SWIFT_MISC_PROPERTYINDEXLIST_H
#define SWIFT_MISC_PROPERTYINDEXLIST_H
#include "misc/swiftmiscexport.h"
#include <QMetaType>
#include "misc/collection.h"
#include "misc/propertyindex.h"
#include "misc/sequence.h"
#include <QMetaType>
#include "misc/swiftmiscexport.h"
SWIFT_DECLARE_SEQUENCE_MIXINS(swift::misc, CPropertyIndex, CPropertyIndexList)
@@ -35,7 +35,7 @@ namespace swift::misc
//! List without front element, or empty list if not applicable
Q_REQUIRED_RESULT CPropertyIndexList copyFrontRemoved() const;
};
} // namespace
} // namespace swift::misc
Q_DECLARE_METATYPE(swift::misc::CPropertyIndexList)
Q_DECLARE_METATYPE(swift::misc::CCollection<swift::misc::CPropertyIndex>)