mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: track if the filter widget is active
This is not perfect - if you open the filter, set some criterion and then remove it again (without resetting the filter), this variable will give you a false positive). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0d7d347952
commit
106c682c03
2 changed files with 9 additions and 1 deletions
|
@ -35,6 +35,7 @@ private slots:
|
|||
|
||||
private:
|
||||
bool ignoreSignal;
|
||||
bool isActive() const;
|
||||
Ui::FilterWidget2 ui;
|
||||
void filterDataChanged(const FilterData &data);
|
||||
FilterData filterData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue