aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlistselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/playlistselector.h')
-rw-r--r--src/ui/playlistselector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/playlistselector.h b/src/ui/playlistselector.h
index 4f54abd9d..538c156e1 100644
--- a/src/ui/playlistselector.h
+++ b/src/ui/playlistselector.h
@@ -51,6 +51,7 @@ private slots:
private:
void paintEvent(QPaintEvent *);
void mousePressEvent (QMouseEvent *e);
+ void mouseReleaseEvent (QMouseEvent *e);
void mouseDoubleClickEvent (QMouseEvent *e);
void resizeEvent (QResizeEvent *);
void updateOffsets();
@@ -71,6 +72,7 @@ private:
QPixmap m_pixmap;
bool m_showButtons;
int m_offset, m_offset_max;
+ bool m_left_pressed, m_right_pressed;
};
#endif // PLAYLISTSELECTOR_H