Fix bug when used together with metacity
The playlist and equalizer windows where hidden when switching to another desktop
This commit is contained in:
parent
221e1255d0
commit
d1a98b5367
3 changed files with 3 additions and 19 deletions
|
@ -66,9 +66,6 @@ class PlaylistView : public QListView {
|
|||
protected:
|
||||
void mouseDoubleClickEvent (QMouseEvent *event);
|
||||
|
||||
private slots:
|
||||
void on_item_clicked (QModelIndex index);
|
||||
|
||||
private:
|
||||
Xmms::Playback::Status m_status;
|
||||
QFont *m_font;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue