diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-08-29 20:39:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-08-29 20:39:30 +0000 |
| commit | 471b1754f75e462cb6e5dc52d66bdec5745c92e0 (patch) | |
| tree | 9dbc1541bb9221077cc953991e3b485def9717c6 /src/qmmpui/qmmpui.pro | |
| parent | 1abba773217ac19dbcc7f413bfaf8376caf8ba42 (diff) | |
| download | qmmp-471b1754f75e462cb6e5dc52d66bdec5745c92e0.tar.gz qmmp-471b1754f75e462cb6e5dc52d66bdec5745c92e0.tar.bz2 qmmp-471b1754f75e462cb6e5dc52d66bdec5745c92e0.zip | |
changed configuration dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2908 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index c902f44bd..29f538b83 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -44,7 +44,8 @@ HEADERS += general.h \ configdialog.h \ pluginitem_p.h \ aboutdialog_p.h \ - qmmpuisettings.h + qmmpuisettings.h \ + radioitemdelegate_p.h SOURCES += general.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ @@ -66,7 +67,8 @@ SOURCES += general.cpp \ configdialog.cpp \ pluginitem.cpp \ aboutdialog.cpp \ - qmmpuisettings.cpp + qmmpuisettings.cpp \ + radioitemdelegate.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui \ @@ -120,3 +122,5 @@ unix { + + |
