diff options
| author | Mason Reed <mason@vector35.com> | 2025-08-26 23:59:38 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-01 21:38:39 -0400 |
| commit | ede39aee7e00c40a43b67ca18dd8ab80ee863d85 (patch) | |
| tree | 67c5eda347ece2282e3c888f38066b496e06dec8 /plugins/warp/ui/plugin.h | |
| parent | a1c46813e7f279aa4cfdb9dbb91c45b559ebeacd (diff) | |
[WARP] Enhanced network support
Diffstat (limited to 'plugins/warp/ui/plugin.h')
| -rw-r--r-- | plugins/warp/ui/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/warp/ui/plugin.h b/plugins/warp/ui/plugin.h index 18525218..56b31711 100644 --- a/plugins/warp/ui/plugin.h +++ b/plugins/warp/ui/plugin.h @@ -4,6 +4,7 @@ #include "matches.h" #include "sidebar.h" #include "sidebarwidget.h" +#include "containers.h" class WarpSidebarWidget : public SidebarWidget { @@ -19,6 +20,7 @@ class WarpSidebarWidget : public SidebarWidget WarpCurrentFunctionWidget *m_currentFunctionWidget; WarpMatchedWidget *m_matchedWidget; + WarpContainersPane *m_containerWidget; public: explicit WarpSidebarWidget(BinaryViewRef data); |
