mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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`
|
||||
%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 );
|
||||
|
||||
bool operator==( const Extent &other ) const;
|
||||
bool operator==( const QgsLayerMetadata::Extent &other ) const;
|
||||
|
||||
#ifndef SIP_RUN
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user