diff options
| author | tobtoht <tob@featherwallet.org> | 2026-01-29 15:40:40 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-01-29 15:40:40 +0000 |
| commit | 88c0237cada50652f1cc83130d7195a27d6aafba (patch) | |
| tree | fce076167c81074007cde59a886927f77573a854 /src/main/filter.h | |
| parent | 4bb527b200c176145361f7dc233185b6f03c593c (diff) | |
| parent | 80e209df42c091fabd03c229aea5e49826c44b9b (diff) | |
| download | monzero-gui-88c0237cada50652f1cc83130d7195a27d6aafba.tar.gz monzero-gui-88c0237cada50652f1cc83130d7195a27d6aafba.tar.xz monzero-gui-88c0237cada50652f1cc83130d7195a27d6aafba.zip | |
Merge pull request #4558
80e209d filter: intercept quit event to avoid deadlock (selsta)
Diffstat (limited to 'src/main/filter.h')
| -rw-r--r-- | src/main/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/filter.h b/src/main/filter.h index 5c5bf57a..6ed643d2 100644 --- a/src/main/filter.h +++ b/src/main/filter.h @@ -44,6 +44,7 @@ protected: bool eventFilter(QObject *obj, QEvent *ev); signals: + void quitRequested(); void sequencePressed(const QVariant &o, const QVariant &seq); void sequenceReleased(const QVariant &o, const QVariant &seq); void mousePressed(const QVariant &o, const QVariant &x, const QVariant &y); |
