From dc0e3abbbbed90461906493e3fad84b76eb520c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 4 Jul 2011 17:53:55 +0000 Subject: added jump-to-track api function git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2268 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpui.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/qmmpui.pro') diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 01bda0ae2..d466c634d 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -40,7 +40,8 @@ HEADERS += general.h \ templateeditor.h \ uifactory.h \ uiloader.h \ - uihelper.h + uihelper.h \ + jumptotrackdialog_p.h SOURCES += general.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ @@ -58,10 +59,12 @@ SOURCES += general.cpp \ metadataformatter.cpp \ templateeditor.cpp \ uiloader.cpp \ - uihelper.cpp + uihelper.cpp \ + jumptotrackdialog.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ - forms/templateeditor.ui + forms/templateeditor.ui \ + forms/jumptotrackdialog.ui unix:DESTDIR = . RESOURCES += translations/libqmmpui_locales.qrc TRANSLATIONS = translations/libqmmpui_ru.ts \ -- cgit v1.2.3-13-gbd6f