DolphinQt: Add support for the --movie parameter

Regression from DolphinWX.
This commit is contained in:
JosJuice
2019-03-27 14:26:17 +01:00
parent 8bad3f93f1
commit 6451496776
3 changed files with 14 additions and 3 deletions

View File

@ -63,7 +63,8 @@ class MainWindow final : public QMainWindow
Q_OBJECT
public:
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters);
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters,
const std::string& movie_path);
~MainWindow();
void Show();