summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-18 12:53:11 (GMT)
committeraxis <qt-info@nokia.com>2010-01-20 16:24:05 (GMT)
commit9bfabc79567355bc0e5502bfc04e74e70e3488b4 (patch)
tree2fe815a9816ce83ed9b907389b14d2262f89a79e
parent5464cee529a26832517607b764e805bef96ea9f1 (diff)
downloadQt-9bfabc79567355bc0e5502bfc04e74e70e3488b4.zip
Qt-9bfabc79567355bc0e5502bfc04e74e70e3488b4.tar.gz
Qt-9bfabc79567355bc0e5502bfc04e74e70e3488b4.tar.bz2
Corrected alphabetic order in the docs for events.
RevBy: Trust me
-rw-r--r--src/corelib/kernel/qcoreevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreevent.cpp b/src/corelib/kernel/qcoreevent.cpp
index 1b167e2..3f69b4f 100644
--- a/src/corelib/kernel/qcoreevent.cpp
+++ b/src/corelib/kernel/qcoreevent.cpp
@@ -107,13 +107,13 @@ QT_BEGIN_NAMESPACE
\value ApplicationLayoutDirectionChange The default application layout direction has changed.
\value ApplicationPaletteChange The default application palette has changed.
\value ApplicationWindowIconChange The application's icon has changed.
- \value CloseSoftwareInputPanel A widget wants to close the software input panel (SIP).
\value ChildAdded An object gets a child (QChildEvent).
\value ChildInserted An object gets a child (QChildEvent). Qt3Support only, use ChildAdded instead.
\value ChildPolished A widget child gets polished (QChildEvent).
\value ChildRemoved An object loses a child (QChildEvent).
\value Clipboard The clipboard contents have changed (QClipboardEvent).
\value Close Widget was closed (QCloseEvent).
+ \value CloseSoftwareInputPanel A widget wants to close the software input panel (SIP).
\value ContentsRectChange The margins of the widget's content rect changed.
\value ContextMenu Context popup menu (QContextMenuEvent).
\value CursorChange The widget's cursor has changed.