Skip to content

Commit

Permalink
Arg, what is happpppening
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 18, 2020
1 parent de918fd commit 0cc8e27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/qgstemporalcontrollerdockwidget.cpp
Expand Up @@ -101,11 +101,7 @@ void QgsTemporalControllerDockWidget::exportAnimation()
animationSettings.fileNameTemplate = fileNameExpression;
animationSettings.decorations = decorations;

bool success = QgsTemporalUtils::exportAnimation(
s,
animationSettings,
error,
&progressFeedback );
bool success = QgsTemporalUtils::exportAnimation( s, animationSettings, error, &progressFeedback );

progressDialog.hide();
if ( !success )
Expand Down

0 comments on commit 0cc8e27

Please sign in to comment.