diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-09 19:10:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-09 19:10:54 +0000 |
| commit | bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9 (patch) | |
| tree | 24dd1dc055212b1486b3cb27c888883e062888f7 /src/qmmpui/qmmpui.pro | |
| parent | 68759dc1fdf12840cd8ab137fa2bc0d07719d754 (diff) | |
| download | qmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.tar.gz qmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.tar.bz2 qmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.zip | |
refactoring: add QmmpUiSettings class, removed deprecated code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2588 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 6535208a5..c902f44bd 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -32,7 +32,6 @@ HEADERS += general.h \ playstate_p.h \ fileloader_p.h \ mediaplayer.h \ - playlistsettings_p.h \ detailsdialog.h \ tageditor_p.h \ playlistmanager.h \ @@ -44,7 +43,8 @@ HEADERS += general.h \ jumptotrackdialog_p.h \ configdialog.h \ pluginitem_p.h \ - aboutdialog_p.h + aboutdialog_p.h \ + qmmpuisettings.h SOURCES += general.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ @@ -55,7 +55,6 @@ SOURCES += general.cpp \ playlistitem.cpp \ fileloader.cpp \ mediaplayer.cpp \ - playlistsettings.cpp \ detailsdialog.cpp \ tageditor.cpp \ playlistmanager.cpp \ @@ -66,7 +65,8 @@ SOURCES += general.cpp \ jumptotrackdialog.cpp \ configdialog.cpp \ pluginitem.cpp \ - aboutdialog.cpp + aboutdialog.cpp \ + qmmpuisettings.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui \ @@ -110,8 +110,13 @@ unix { templateeditor.h \ uifactory.h \ uiloader.h \ - uihelper.h + uihelper.h \ + qmmpuisettings.h devel.path = /include/qmmpui INSTALLS += target \ devel } + + + + |
