Very basic windowsnapping now works.
This commit is contained in:
parent
30dd3acee6
commit
479aecb564
2 changed files with 23 additions and 0 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue