ProjectExplorer: Allow text filtering in message pane

Change-Id: I7b70f7056c757fcb13634021b8e2dcf0b3a34097
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Kandeler
2019-05-14 14:33:08 +02:00
parent 51afb04674
commit 5bbed92061
3 changed files with 19 additions and 8 deletions

View File

@@ -64,6 +64,8 @@ public:
bool canNavigate() const override;
private:
void updateFilter() override;
OutputWindow *m_widget;
};