mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 08:16:42 +02:00
Fix taking snapshot example
This commit is contained in:
parent
30da972a14
commit
a246e40815
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ public slots:
|
|||
* var notify = true;
|
||||
* var animated = true;
|
||||
* var aspect = 1920 / 1080;
|
||||
* var filename = "";
|
||||
* var filename = "example-snapshot";
|
||||
* Window.takeSnapshot(notify, animated, aspect, filename);
|
||||
*/
|
||||
void takeSnapshot(bool notify = true, bool includeAnimated = false, float aspectRatio = 0.0f, const QString& filename = QString());
|
||||
|
|
Loading…
Reference in a new issue