summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-09-14 03:20:37 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-09-14 03:20:37 (GMT)
commit71ba591c5db9a09747f5f5a68539495848ffb00f (patch)
treeed5f70811b0a96269de8006016454615d5ddcb8f /src
parent78e4743fa1883153786bd46e6d29063839c8fe97 (diff)
downloadQt-71ba591c5db9a09747f5f5a68539495848ffb00f.zip
Qt-71ba591c5db9a09747f5f5a68539495848ffb00f.tar.gz
Qt-71ba591c5db9a09747f5f5a68539495848ffb00f.tar.bz2
Make compile.
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qgesture_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qgesture_p.h b/src/gui/kernel/qgesture_p.h
index e8f8fe3..6a856ac 100644
--- a/src/gui/kernel/qgesture_p.h
+++ b/src/gui/kernel/qgesture_p.h
@@ -146,7 +146,7 @@ public:
: horizontalDirection(QSwipeGesture::NoDirection),
verticalDirection(QSwipeGesture::NoDirection),
swipeAngle(0),
- started(false), velocityValue(0),
+ started(false), velocityValue(0)
{
}