Very basic windowsnapping now works.

This commit is contained in:
Tobias Rundstrom 2006-02-27 22:32:14 -03:00
parent 30dd3acee6
commit 479aecb564
2 changed files with 23 additions and 0 deletions

View file

@ -33,6 +33,7 @@ class MainWindow : public QMainWindow
bool getShaded (void) { return m_isshaded; }
void setPL (PlaylistWindow *p) { m_playlistwin = p; }
void moveEvent (QMoveEvent *event);
public slots:
void switchDisplay ();