Document QEvent::ThreadChange
That event is mentioned in the documentation of QObject::moveToThread, but not in the documentation of QEvent::Type Task-number: QTBUG-16787 Change-Id: Iab769307d3de54881a82e59bed63b3831a3ffb29 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>bb10
parent
a869234593
commit
2dca19b44e
|
|
@ -203,6 +203,7 @@ QT_BEGIN_NAMESPACE
|
|||
\value OkRequest Ok button in decoration pressed. Supported only for Windows CE.
|
||||
\value TabletEnterProximity Wacom tablet enter proximity event (QTabletEvent), sent to QApplication.
|
||||
\value TabletLeaveProximity Wacom tablet leave proximity event (QTabletEvent), sent to QApplication.
|
||||
\value ThreadChange The object is moved to another thread. This is the last event sent to this object in the previous thread. See QObject::moveToThread().
|
||||
\value Timer Regular timer events (QTimerEvent).
|
||||
\value ToolBarChange The toolbar button is toggled on Mac OS X.
|
||||
\value ToolTip A tooltip was requested (QHelpEvent).
|
||||
|
|
@ -265,7 +266,6 @@ QT_BEGIN_NAMESPACE
|
|||
\omitvalue ShowWindowRequest
|
||||
\omitvalue Speech
|
||||
\omitvalue Style
|
||||
\omitvalue ThreadChange
|
||||
\omitvalue ZeroTimerEvent
|
||||
\omitvalue ApplicationActivated
|
||||
\omitvalue ApplicationDeactivated
|
||||
|
|
|
|||
Loading…
Reference in New Issue