diff options
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 7a8562827..674b8ad06 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -57,7 +57,7 @@ public: ~MainWindow(); - PlayList *getPLPointer(){return m_playlist;} + PlayList *playlist(){return m_playlist;} QMenu* menu(); void setVolume(int volume, int balance); |
