Merge pull request #7935 from JosJuice/cli-arg-movie

DolphinQt: Add support for the --movie parameter
This commit is contained in:
JosJuice 2019-03-27 18:34:24 +01:00 committed by GitHub
commit 6a18bf4d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();