mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Fix build warning about a template
This commit is contained in:
parent
43e092f412
commit
933db2a706
@ -92,7 +92,7 @@ QList< QgsVectorLayerServerProperties::WmsDimensionInfo > QgsServerApiUtils::tem
|
||||
return dimensions;
|
||||
}
|
||||
|
||||
|
||||
///@cond PRIVATE
|
||||
template<typename T, class T2> T QgsServerApiUtils::parseTemporalInterval( const QString &interval )
|
||||
{
|
||||
auto parseDate = [ ]( const QString & date ) -> T2
|
||||
@ -125,6 +125,7 @@ template<typename T, class T2> T QgsServerApiUtils::parseTemporalInterval( const
|
||||
}
|
||||
return result;
|
||||
}
|
||||
/// @endcond
|
||||
|
||||
QgsDateRange QgsServerApiUtils::parseTemporalDateInterval( const QString &interval )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user