summaryrefslogtreecommitdiffstats
path: root/src/scroller_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-04-11 11:43:05 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-04-11 12:03:21 +0300
commitde7be57d3935b2e3c7e2b6556e6e6d7e86e53352 (patch)
tree18b11781fd07c6a6ca01e7c93a314330b53869aa /src/scroller_p.h
parent60241e48159c624f6448d018835f9a8b07450057 (diff)
Krazy reported errors
* adding Q_OBJECT macros * spelling corrections * missing consts in foreach loops * missing float convertions * adds better ownership handling
Diffstat (limited to 'src/scroller_p.h')
-rw-r--r--src/scroller_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scroller_p.h b/src/scroller_p.h
index aca2ab71..6515875d 100644
--- a/src/scroller_p.h
+++ b/src/scroller_p.h
@@ -44,6 +44,7 @@ class QLegend;
class ScrollTicker : public QObject
{
+ Q_OBJECT
public:
explicit ScrollTicker(Scroller *scroller,QObject *parent = 0);
void start(int interval);