mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
#ifndef SWIFT_MISC_DIRECTORIES_H
|
||||
#define SWIFT_MISC_DIRECTORIES_H
|
||||
|
||||
#include "misc/settingscache.h"
|
||||
#include "misc/valueobject.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/settingscache.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc, CDirectories)
|
||||
|
||||
namespace swift::misc
|
||||
@@ -135,8 +135,8 @@ namespace swift::misc
|
||||
return name;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
} // namespace settings
|
||||
} // namespace swift::misc
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::CDirectories)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user