44 GlobalShortcutList shortcuts()
const;
48 bool hasShortcut(
const QVariant &seq)
const;
57 void setupFilterOnWindow(QWindow* window);
60 bool eventFilter(QObject *obj, QEvent *event)
override;
63 void removeShortcut(QObject *obj);
66 GlobalShortcutList m_shortcuts;
67 QPointer<QWindow> m_filteredWindow =
nullptr;