NOISSUE only watch mod folders when the user is looking at them
This commit is contained in:
parent
11c376f6f1
commit
88f975eff7
3 changed files with 13 additions and 1 deletions
|
@ -54,6 +54,8 @@ public:
|
|||
}
|
||||
virtual bool shouldDisplay() const;
|
||||
|
||||
virtual void opened();
|
||||
virtual void closed();
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *ev);
|
||||
bool modListFilter(QKeyEvent *ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue