diff options
| author | Peter LaFosse <peter@vector35.com> | 2020-03-20 10:35:49 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2020-03-20 10:35:49 -0400 |
| commit | 4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (patch) | |
| tree | df1135f374b0d8cf99fec7212182764fe15b8706 | |
| parent | 493744a6cd402411dd680b84fb5fee5cb936a95b (diff) | |
Add resetFilter api
| -rw-r--r-- | ui/xreflist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h index b89d70c7..7ff35f21 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -263,6 +263,7 @@ protected: public Q_SLOTS: void directionChanged(int index); void typeChanged(int index); + void resetFilter(); }; class CrossReferenceWidget; |
