Opened 15 years ago
Closed 15 years ago
#9 closed task (fixed)
Port QEventDispatcher
Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
---|---|---|---|
Priority: | major | Milestone: | QtCore Beta |
Component: | QtCore | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
Provide an OS/2 version of the QEventDispatcher class.
Change History (4)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
The current QEventDispatcher lacks timer and socket notifier support; and the PM message queue isn't actually processed. These features involve lots of PM, so I will continue to work on QEventDispatcher within a separate defect attached to the Qt GUI beta milestone.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Basics of QEventDispatcher are done in r67; no timers and socket notifiers yet.