Fix dox test

This commit is contained in:
Nyall Dawson 2020-05-18 09:46:59 +10:00 committed by Mathieu Pellerin
parent efecc6f46c
commit 2258e24f8c
2 changed files with 22 additions and 29 deletions

View File

@ -31,14 +31,8 @@ This method considers the temporal range available from layers contained within
returns the maximal combined temporal extent of these layers.
%End
class AnimationExportSettings
struct AnimationExportSettings
{
%TypeHeaderCode
#include "qgstemporalutils.h"
%End
public:
QgsDateTimeRange animationRange;
QgsInterval frameDuration;

View File

@ -44,10 +44,9 @@ class CORE_EXPORT QgsTemporalUtils
*/
static QgsDateTimeRange calculateTemporalRangeForProject( QgsProject *project );
class AnimationExportSettings
//! Contains settings relating to exporting animations
struct AnimationExportSettings
{
public:
//! Dictates the overall temporal range of the animation.
QgsDateTimeRange animationRange;