diff options
| author | Mason Reed <mason@vector35.com> | 2026-03-03 09:42:14 -0800 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-03-24 18:46:48 -0700 |
| commit | cc5f4dfc9d970ccd21bbd6f13b7235bc21990031 (patch) | |
| tree | 5ba8514adfbcdadd9f8922a56cfe38d79b013033 /plugins/warp/ui/plugin.cpp | |
| parent | f852785e4ae0eb9bd560566221e9f6d70c895b32 (diff) | |
[WARP] Add a spinner to the possible matches widget while fetching from network
A little extra pizzaz
Diffstat (limited to 'plugins/warp/ui/plugin.cpp')
| -rw-r--r-- | plugins/warp/ui/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/ui/plugin.cpp b/plugins/warp/ui/plugin.cpp index 9421cc02..e99059b9 100644 --- a/plugins/warp/ui/plugin.cpp +++ b/plugins/warp/ui/plugin.cpp @@ -136,7 +136,7 @@ WarpSidebarWidget::WarpSidebarWidget(BinaryViewRef data) : SidebarWidget("WARP") m_headerWidget->setLayout(headerLayout); QFrame* currentFunctionFrame = new QFrame(this); - m_currentFunctionWidget = new WarpCurrentFunctionWidget(); + m_currentFunctionWidget = new WarpCurrentFunctionWidget(this); QVBoxLayout* currentFunctionLayout = new QVBoxLayout(); currentFunctionLayout->setContentsMargins(0, 0, 0, 0); currentFunctionLayout->setSpacing(0); |
