From 4a227e0523391bc026bf96c3c31d44a39cac1701 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 14:32:48 -0400 Subject: [WARP] Format UI plugin --- plugins/warp/ui/matches.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/warp/ui/matches.h') diff --git a/plugins/warp/ui/matches.h b/plugins/warp/ui/matches.h index 88926add..6a2061ef 100644 --- a/plugins/warp/ui/matches.h +++ b/plugins/warp/ui/matches.h @@ -9,28 +9,28 @@ class WarpCurrentFunctionWidget : public QWidget { - Q_OBJECT - FunctionRef m_current; + Q_OBJECT + FunctionRef m_current; - QSplitter *m_splitter; + QSplitter* m_splitter; - WarpFunctionTableWidget *m_tableWidget; - WarpFunctionInfoWidget *m_infoWidget; + WarpFunctionTableWidget* m_tableWidget; + WarpFunctionInfoWidget* m_infoWidget; - LoggerRef m_logger; + LoggerRef m_logger; - std::shared_ptr m_fetcher; + std::shared_ptr m_fetcher; public: - explicit WarpCurrentFunctionWidget(); + explicit WarpCurrentFunctionWidget(); - ~WarpCurrentFunctionWidget() override = default; + ~WarpCurrentFunctionWidget() override = default; - void SetFetcher(std::shared_ptr fetcher); + void SetFetcher(std::shared_ptr fetcher); - void SetCurrentFunction(FunctionRef current); + void SetCurrentFunction(FunctionRef current); - FunctionRef GetCurrentFunction() { return m_current; }; + FunctionRef GetCurrentFunction() { return m_current; }; - void UpdateMatches(); + void UpdateMatches(); }; -- cgit v1.3.1