diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:23:22 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:23:22 -0500 |
| commit | 7f4fce35f97f262c36e4c00dad55c1b078cf3758 (patch) | |
| tree | 5f737852d30176fc31bf64b0028d13350112d2ea /src/filterlist.h | |
| parent | 38d56ef8310674bc5a2f8b304ee17a6b7e1c5798 (diff) | |
fixed separators option being used even without filters
changed filter list to use tristate items without selection
Diffstat (limited to 'src/filterlist.h')
| -rw-r--r-- | src/filterlist.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/filterlist.h b/src/filterlist.h index 52b90ea7..fac1d683 100644 --- a/src/filterlist.h +++ b/src/filterlist.h @@ -28,13 +28,11 @@ private: Ui::MainWindow* ui; CategoryFactory& m_factory; - void onContextMenu(const QPoint &pos); - void onSelection(); - void onCriteriaChanged(); + bool onClick(QMouseEvent* e); + void onOptionsChanged(); - void clear(); - void toggleInverted(bool b); void editCategories(); + void checkCriteria(); QTreeWidgetItem* addCriteriaItem( QTreeWidgetItem *root, const QString &name, int categoryID, |
