diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-01 17:54:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-01 17:54:27 +0000 |
| commit | 24af8da3f8942c200ba0058341a66a888224aa3c (patch) | |
| tree | c01647eef52405ff06ed13e6d151b75cddde3834 /src/ui/ui.pro | |
| parent | 15d744d752d16aa5621c98cd2de2d6ce3f6e6f46 (diff) | |
| download | qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.tar.gz qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.tar.bz2 qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.zip | |
changed playlist api, prepare for shortcut editor implementation, fixed direcory scan order (Closes issue 207)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1970 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/ui.pro')
| -rw-r--r-- | src/ui/ui.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui/ui.pro b/src/ui/ui.pro index 3cabae11e..6fb6f0c8b 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -57,7 +57,9 @@ HEADERS += mainwindow.h \ popupsettings.h \ windowsystem.h \ viewmenu.h \ - lxdesupport.h + lxdesupport.h \ + actionmanager.h \ + shortcutitem.h SOURCES += mainwindow.cpp \ mp3player.cpp \ button.cpp \ @@ -109,7 +111,9 @@ SOURCES += mainwindow.cpp \ popupsettings.cpp \ windowsystem.cpp \ viewmenu.cpp \ - lxdesupport.cpp + lxdesupport.cpp \ + actionmanager.cpp \ + shortcutitem.cpp win32:HEADERS += ../qmmp/visual.h unix { HEADERS += |
