diff widgets/Thumbwheel.h @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents 13f5f84fbfad
children a18e78b9c78b
line wrap: on
line diff
--- a/widgets/Thumbwheel.h	Mon Dec 12 15:18:52 2016 +0000
+++ b/widgets/Thumbwheel.h	Mon Sep 17 13:51:31 2018 +0100
@@ -13,14 +13,16 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _THUMBWHEEL_H_
-#define _THUMBWHEEL_H_
+#ifndef SV_THUMBWHEEL_H
+#define SV_THUMBWHEEL_H
 
 #include <QWidget>
 #include <QImage>
 
 #include <map>
 
+#include "WheelCounter.h"
+
 class RangeMapper;
 
 class Thumbwheel : public QWidget
@@ -96,6 +98,7 @@
     bool m_showTooltip;
     RangeMapper *m_rangeMapper;
     QImage m_cache;
+    WheelCounter m_wheelCounter;
 };
 
 #endif