feat: user notes (#6122)

Fixes #2413
This commit is contained in:
fourtf
2025-04-13 13:38:56 +02:00
committed by GitHub
parent 3ba25dd33d
commit 37061dd3bd
12 changed files with 312 additions and 73 deletions
+2
View File
@@ -110,6 +110,8 @@ protected:
WindowDeactivateAction windowDeactivateAction =
WindowDeactivateAction::Nothing;
virtual void windowDeactivationEvent();
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
bool nativeEvent(const QByteArray &eventType, void *message,
qintptr *result) override;