| 181 | |
| 182 | |
| 183 | class DebugModulesWithFilter : public QWidget |
| 184 | { |
| 185 | Q_OBJECT |
| 186 | |
| 187 | ViewFrame* m_view; |
| 188 | DebugModulesWidget* m_modules; |
| 189 | FilteredView* m_filter; |
| 190 | FilterEdit* m_separateEdit = nullptr; |
| 191 | |
| 192 | public: |
| 193 | DebugModulesWithFilter(ViewFrame* view, BinaryViewRef data); |
| 194 | void updateFonts(); |
| 195 | }; |
| 196 | |
| 197 | |
| 198 | class GlobalDebugModulesContainer : public GlobalAreaWidget |
nothing calls this directly
no outgoing calls
no test coverage detected