From e3ab83869f4b74e485964720f941fed22ce035ea Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Oct 2011 12:33:51 +0000 Subject: implemented converter settings, fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2364 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/converter/converterdialog.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/plugins/General/converter/converterdialog.h') diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h index 154357176..025b209e8 100644 --- a/src/plugins/General/converter/converterdialog.h +++ b/src/plugins/General/converter/converterdialog.h @@ -25,6 +25,7 @@ #include #include "ui_converterdialog.h" +class QAction; class PlayListItem; /** @@ -37,7 +38,16 @@ public: explicit ConverterDialog(QList items, QWidget *parent = 0); QStringList selectedUrls() const; +public slots: + virtual void accept(); + +private slots: + void on_dirButton_clicked(); + void addTitleString(QAction *a); + private: + void createMenus(); + Ui::ConverterDialog ui; }; -- cgit v1.2.3-13-gbd6f