ProjectExplorer: Allow text filtering in issues pane

Task-number: QTCREATORBUG-21893
Fixes: QTCREATORBUG-22083
Change-Id: Ida227ce21d90fc2487cf3009e957eedeec507fd0
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Christian Kandeler
2019-04-09 15:03:54 +02:00
parent 466bd96b4b
commit d6848fc831
4 changed files with 18 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ protected:
void setupFilterUi(const QString &historyKey);
QString filterText() const;
void setFilteringEnabled(bool enable);
QWidget *filterWidget() const { return m_filterOutputLineEdit; }
void setZoomButtonsEnabled(bool enabled);