1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix webm import

QML called it without the quality parameter.
Lets make 50 default. This is not used in the
webm import anyways...
This commit is contained in:
Elias Steurer 2021-01-01 11:11:31 +01:00
parent 1b955eddb3
commit ccb1d5068d

View File

@ -109,7 +109,7 @@ signals:
public slots:
void createWallpaperStart(QString videoPath, Create::VideoCodec codec, const int quality);
void createWallpaperStart(QString videoPath, Create::VideoCodec codec, const int quality = 50);
void saveWallpaper(
QString title,