Turn filter list options into context menu

Let the menu introduced in commit 5e86442bab
pop up on right-click instead of button-click.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-12-24 14:34:53 +01:00 committed by Dirk Hohndel
parent 931947b852
commit b86c70ab2c
3 changed files with 12 additions and 15 deletions

View file

@ -167,6 +167,7 @@ public:
};
class FilterBase : public QWidget {
void addContextMenuEntry(const QString &s, void (FilterModelBase::*)());
protected:
FilterBase(FilterModelBase *model, QWidget *parent = 0);
FilterModelBase *model;