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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui/playlistselector.h b/src/ui/playlistselector.h
index 8f54860af..4f54abd9d 100644
--- a/src/ui/playlistselector.h
+++ b/src/ui/playlistselector.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -28,6 +28,7 @@
class QFontMetrics;
class QFont;
class QMouseEvent;
+class QMenu;
class PlayListManager;
class Skin;
@@ -45,10 +46,12 @@ public:
private slots:
void updateTabs();
void updateSkin();
+ void renamePlaylist();
private:
void paintEvent(QPaintEvent *);
- void mousePressEvent ( QMouseEvent *e);
+ void mousePressEvent (QMouseEvent *e);
+ void mouseDoubleClickEvent (QMouseEvent *e);
void resizeEvent (QResizeEvent *);
void updateOffsets();
void loadColors();
@@ -59,6 +62,7 @@ private:
PlayListManager *m_pl_manager;
QFontMetrics *m_metrics;
QFont m_font;
+ QMenu *m_menu;
bool m_update;
bool m_scrollable;
QList <QRect> m_rects;