Always resurrect playlist window in the correct pos.

This commit is contained in:
Tobias Rundstrom 2006-03-05 17:04:18 -03:00
parent f7c018c48c
commit aa6be6881a
2 changed files with 6 additions and 0 deletions

View file

@ -112,6 +112,7 @@ class PlaylistWindow : public QMainWindow {
void mouseMoveEvent (QMouseEvent *event);
void enterEvent (QEvent *event);
void leaveEvent (QEvent *event);
void moveEvent (QMoveEvent *event);
void resizeEvent (QResizeEvent *event);
private: