diff options
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.h | 5 |
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(); |
