diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-29 13:44:08 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-29 15:52:54 (GMT) |
commit | 520a67e50ed7717518d3072f8568de00b791f20a (patch) | |
tree | 758f87ed34d6819bd1f6f91b9e16374555ddf7a2 /src/corelib | |
parent | c4b9bccbecddbeeefc8ac9db91421ddaa2193858 (diff) | |
download | Qt-520a67e50ed7717518d3072f8568de00b791f20a.zip Qt-520a67e50ed7717518d3072f8568de00b791f20a.tar.gz Qt-520a67e50ed7717518d3072f8568de00b791f20a.tar.bz2 |
Use a widget attribute to keep track of whether or not TouchBegin has been accepted
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index b73a873..15da2d6 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -486,6 +486,7 @@ public: WA_TranslucentBackground = 120, WA_AcceptTouchEvents = 121, + WA_AcceptedTouchBeginEvent = 122, // Add new attributes before this line WA_AttributeCount |