-rw-r--r-- | core/settings/citytime/stylusnormalizer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/citytime/stylusnormalizer.cpp b/core/settings/citytime/stylusnormalizer.cpp index 62de28b..c6c65d2 100644 --- a/core/settings/citytime/stylusnormalizer.cpp +++ b/core/settings/citytime/stylusnormalizer.cpp | |||
@@ -86,13 +86,14 @@ void StylusNormalizer::slotAveragePoint( void ) | |||
86 | emit signalNewPoint( pt /= size ); | 86 | emit signalNewPoint( pt /= size ); |
87 | } | 87 | } |
88 | 88 | ||
89 | void StylusNormalizer::start( void ) | 89 | void StylusNormalizer::start( void ) |
90 | { | 90 | { |
91 | _tExpire->start( FLUSHTIME ); | 91 | _tExpire->start( FLUSHTIME ); |
92 | } | 92 | } |
93 | 93 | ||
94 | void StylusNormalizer::stop( void ) | 94 | void StylusNormalizer::stop( void ) |
95 | { | 95 | { |
96 | _tExpire->stop(); | 96 | _tExpire->stop(); |
97 | bFirst = true; | 97 | bFirst = true; |
98 | } \ No newline at end of file | 98 | } |
99 | |||