diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-14 13:55:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-14 13:55:02 +0000 |
| commit | f47fcc22ac3f91dec7824c011b3f23d1e8279507 (patch) | |
| tree | c947493c838d29ba77233857824ce3c6892c662e /src/qmmpui/qmmpui.pro | |
| parent | 5b875657aba150137a2f46910d676289a878b4d6 (diff) | |
| download | qmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.tar.gz qmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.tar.bz2 qmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.zip | |
mediplayer class, enabled all statusicon actions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@681 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 4ab86004e..5148a612e 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -44,7 +44,8 @@ HEADERS += general.h \ playlistitem.h \ playlistmodel.h \ playstate.h \ - fileloader.h + fileloader.h \ + mediaplayer.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -52,10 +53,11 @@ SOURCES += general.cpp \ filedialog.cpp \ qtfiledialog.cpp \ abstractplaylistitem.cpp \ - playlistmodel.cpp \ - playstate.cpp \ - playlistitem.cpp \ - fileloader.cpp + playlistmodel.cpp \ + playstate.cpp \ + playlistitem.cpp \ + fileloader.cpp \ + mediaplayer.cpp DESTDIR = . |
