mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refactor: clang-format
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user