TranscodeDialog: Fix mismatched definition
This commit is contained in:
@@ -49,7 +49,7 @@ class TranscodeDialog : public QDialog {
|
|||||||
~TranscodeDialog() override;
|
~TranscodeDialog() override;
|
||||||
|
|
||||||
void SetFilenames(const QStringList &filenames);
|
void SetFilenames(const QStringList &filenames);
|
||||||
void SetImportFilenames(const QStringList &filenames, const QString &path);
|
void SetImportFilenames(const QStringList &filenames, const QString &import_dir);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void showEvent(QShowEvent *e) override;
|
void showEvent(QShowEvent *e) override;
|
||||||
|
|||||||
Reference in New Issue
Block a user