mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
#ifndef SWIFT_GUI_MODELS_ACTIONHOTKEYLISTMODEL_H
|
||||
#define SWIFT_GUI_MODELS_ACTIONHOTKEYLISTMODEL_H
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "misc/input/actionhotkeylist.h"
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QModelIndex>
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
#include <Qt>
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "misc/input/actionhotkeylist.h"
|
||||
|
||||
class QModelIndex;
|
||||
|
||||
namespace swift::gui::models
|
||||
@@ -64,6 +64,6 @@ namespace swift::gui::models
|
||||
private:
|
||||
swift::misc::input::CActionHotkeyList m_actionHotkeys;
|
||||
};
|
||||
} // ns
|
||||
} // namespace swift::gui::models
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user