summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-11 08:49:14 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-11 08:49:14 (GMT)
commit1c6c353ecc23a01368d785794d130131e3fb2553 (patch)
tree5068ef035c3e78332a21806b082ce2e4ef0489f8 /src/corelib
parentd8f65a7f0707d8a97801ad20d690672e0124b491 (diff)
downloadQt-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')
-rw-r--r--src/corelib/global/qnamespace.h2
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