diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-11 08:49:14 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-11 08:49:14 (GMT) |
commit | 1c6c353ecc23a01368d785794d130131e3fb2553 (patch) | |
tree | 5068ef035c3e78332a21806b082ce2e4ef0489f8 /src/corelib/global | |
parent | d8f65a7f0707d8a97801ad20d690672e0124b491 (diff) | |
download | Qt-1c6c353ecc23a01368d785794d130131e3fb2553.zip Qt-1c6c353ecc23a01368d785794d130131e3fb2553.tar.gz Qt-1c6c353ecc23a01368d785794d130131e3fb2553.tar.bz2 |
rename Qt::WA_AcceptedTouchBeginEvent to Qt::WA_WState_AcceptedTouchBeginEvent
this is an internal widget state variable, so the name should reflect
that (and we shouldn't include it in the docs either)
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qnamespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index 78e2b08..4de431c 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -492,7 +492,7 @@ public: WA_TranslucentBackground = 120, WA_AcceptTouchEvents = 121, - WA_AcceptedTouchBeginEvent = 122, + WA_WState_AcceptedTouchBeginEvent = 122, // Add new attributes before this line WA_AttributeCount |