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,9 +6,10 @@
|
||||
#ifndef SWIFT_GUI_WINDOWFINDER_H
|
||||
#define SWIFT_GUI_WINDOWFINDER_H
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include <QString>
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
|
||||
class QWindow;
|
||||
|
||||
namespace swift::gui
|
||||
@@ -29,6 +30,6 @@ namespace swift::gui
|
||||
//! Factory method
|
||||
static IWindowFinder *create();
|
||||
};
|
||||
}
|
||||
} // namespace swift::gui
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user