aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-04-10 18:38:41 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-04-10 18:38:41 +0000
commit12fefde04874839dc300a1a53b1a65422d102a98 (patch)
tree6e5c15c96e0a68d8ce6829561b44b18a20e7b27c /src/plugins/General/converter/converterdialog.h
parentbb1da332b9a71f59e22b1a9dae42e072e7e32bec (diff)
downloadqmmp-12fefde04874839dc300a1a53b1a65422d102a98.tar.gz
qmmp-12fefde04874839dc300a1a53b1a65422d102a98.tar.bz2
qmmp-12fefde04874839dc300a1a53b1a65422d102a98.zip
added MetaDataFormatterMenu class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7114 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
-rw-r--r--src/plugins/General/converter/converterdialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h
index c8cb59838..23c7384d9 100644
--- a/src/plugins/General/converter/converterdialog.h
+++ b/src/plugins/General/converter/converterdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2011-2016 by Ilya Kotov *
+ * Copyright (C) 2011-2017 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -26,7 +26,6 @@
#include <QCloseEvent>
#include "ui_converterdialog.h"
-class QAction;
class PlayListTrack;
class ConverterPreset;
class Converter;
@@ -50,7 +49,7 @@ private slots:
void on_stopButton_clicked();
void onStateChanged(int row, QString message);
void onConvertFinished(Converter *c);
- void addTitleString(QAction *a);
+ void addTitleString(const QString &str);
void createPreset();
void editPreset();
void copyPreset();