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,16 +6,16 @@
#ifndef SWIFT_MISC_AUDIO_SETTINGS_H
#define SWIFT_MISC_AUDIO_SETTINGS_H
#include "misc/audio/notificationsounds.h"
#include "misc/settingscache.h"
#include "misc/swiftmiscexport.h"
#include "misc/metaclass.h"
#include "misc/statusmessage.h"
#include "misc/valueobject.h"
#include <QMetaType>
#include <QString>
#include "misc/audio/notificationsounds.h"
#include "misc/metaclass.h"
#include "misc/settingscache.h"
#include "misc/statusmessage.h"
#include "misc/swiftmiscexport.h"
#include "misc/valueobject.h"
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc::audio, CSettings)
namespace swift::misc::audio
@@ -160,7 +160,7 @@ namespace swift::misc::audio
return true;
}
};
} // namespace
} // namespace swift::misc::audio
Q_DECLARE_METATYPE(swift::misc::audio::CSettings)