forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user