Remove noDrag madness.
This commit is contained in:
parent
56dd4cf3ee
commit
f58f03f19e
9 changed files with 3 additions and 51 deletions
|
@ -64,7 +64,6 @@ class PlaylistWindow : public QMainWindow {
|
|||
|
||||
void setActive (bool);
|
||||
Skin *getSkin (void) { return m_skin; }
|
||||
void setNoDrag (bool b) { m_noDrag = b; }
|
||||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
|
@ -92,7 +91,6 @@ class PlaylistWindow : public QMainWindow {
|
|||
QPixmap m_rfill3;
|
||||
|
||||
bool m_active;
|
||||
bool m_noDrag;
|
||||
|
||||
Skin *m_skin;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue