mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix build
This commit is contained in:
parent
3d4f6f82bb
commit
1da2da219a
@ -89,7 +89,7 @@ Sets the temporal ``extents`` of the resource.
|
|||||||
.. seealso:: :py:func:`temporalExtents`
|
.. seealso:: :py:func:`temporalExtents`
|
||||||
%End
|
%End
|
||||||
|
|
||||||
bool operator==( const Extent &other ) const;
|
bool operator==( const QgsLayerMetadata::Extent &other ) const;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -122,7 +122,7 @@ class CORE_EXPORT QgsLayerMetadata
|
|||||||
*/
|
*/
|
||||||
void setTemporalExtents( const QList< QgsDateTimeRange > &extents );
|
void setTemporalExtents( const QList< QgsDateTimeRange > &extents );
|
||||||
|
|
||||||
bool operator==( const Extent &other ) const;
|
bool operator==( const QgsLayerMetadata::Extent &other ) const;
|
||||||
|
|
||||||
#ifndef SIP_RUN
|
#ifndef SIP_RUN
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user