Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.0
Description
It would be nice if we have some virtual method where user can compress his custom event.
Something like this:
QCoreApplication::compressEvent(event, receiver, postedEvents);
So that if user wants he can re implement it to eat/compress each kind of custom events which can cause huge performance issue.
Attachments
Issue Links
- duplicates
-
QTBUG-44964 Add API for regulating if a specific event type should be compressed.
- Closed