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_IMAGEUTILS_H
#define SWIFT_MISC_IMAGEUTILS_H
#include "misc/swiftmiscexport.h"
#include <QByteArray>
#include <QString>
#include <QPixmap>
#include <QIcon>
#include <QPixmap>
#include <QString>
#include "misc/swiftmiscexport.h"
//! Free functions in swift::misc
namespace swift::misc
@@ -36,6 +36,6 @@ namespace swift::misc
//! Icon to pixmap
SWIFT_MISC_EXPORT QPixmap iconToPixmap(const QIcon &icon);
} // ns
} // namespace swift::misc
#endif