summaryrefslogtreecommitdiffstats
path: root/include-gpl/gui/glspectrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'include-gpl/gui/glspectrum.h')
-rw-r--r--include-gpl/gui/glspectrum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include-gpl/gui/glspectrum.h b/include-gpl/gui/glspectrum.h
index cbe22a9..794780b 100644
--- a/include-gpl/gui/glspectrum.h
+++ b/include-gpl/gui/glspectrum.h
@@ -75,6 +75,7 @@ private:
QTimer m_timer;
QMutex m_mutex;
+ bool m_mouseInside;
bool m_changesPending;
qint64 m_centerFrequency;
@@ -144,6 +145,9 @@ private:
void mousePressEvent(QMouseEvent* event);
void mouseReleaseEvent(QMouseEvent* event);
+ void enterEvent(QEvent* event);
+ void leaveEvent(QEvent* event);
+
private slots:
void tick();
void channelMarkerChanged();