diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-11 19:31:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-11 19:31:49 +0000 |
| commit | 9dc5748f6a3aebf2f4d12598f0ce238665e48238 (patch) | |
| tree | f6dcf3567a006c19d832d990ebb31d9aa03d43e3 /src/ui/mainwindow.h | |
| parent | 4602c4fda29f1455ed6693b6af421ec7c7f68eb8 (diff) | |
| download | qmmp-9dc5748f6a3aebf2f4d12598f0ce238665e48238.tar.gz qmmp-9dc5748f6a3aebf2f4d12598f0ce238665e48238.tar.bz2 qmmp-9dc5748f6a3aebf2f4d12598f0ce238665e48238.zip | |
--enqueue command line option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@676 90c681e8-e032-0410-971d-27865f9a5e38
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); |
