File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -784,44 +784,44 @@ class QgsWmsSettings
784
784
* Parse the given string extent into a well defined dates and resolution structures.
785
785
* The string extent comes from WMS-T dimension capabilities.
786
786
*
787
- * \since 3.14
787
+ * \since QGIS 3.14
788
788
*/
789
789
QgsWmstDimensionExtent parseTemporalExtent ( QString extent );
790
790
791
791
/* *
792
792
* Sets the dimension extent property
793
793
*
794
794
* \see timeDimensionExtent()
795
- * \since 3.14
795
+ * \since QGIS 3.14
796
796
*/
797
797
void setTimeDimensionExtent ( QgsWmstDimensionExtent timeDimensionExtent );
798
798
799
799
/* *
800
800
* Returns the dimension extent property.
801
801
*
802
802
* \see setTimeDimensionExtent()
803
- * \since 3.14
803
+ * \since QGIS 3.14
804
804
*/
805
805
QgsWmstDimensionExtent timeDimensionExtent () const ;
806
806
807
807
/* *
808
808
* Parse the given string item into a resolution structure.
809
809
*
810
- * \since 3.14
810
+ * \since QGIS 3.14
811
811
*/
812
812
QgsWmstResolution parseWmstResolution ( QString item );
813
813
814
814
/* *
815
815
* Parse the given string item into QDateTime instant.
816
816
*
817
- * \since 3.14
817
+ * \since QGIS 3.14
818
818
*/
819
819
QDateTime parseWmstDateTimes ( QString item );
820
820
821
821
/* *
822
822
* Returns the datetime with the sum of passed \a dateTime and the \a resolution time.
823
823
*
824
- * \since 3.14
824
+ * \since QGIS 3.14
825
825
*/
826
826
QDateTime addTime ( QDateTime dateTime, QgsWmstResolution resolution );
827
827
@@ -831,7 +831,7 @@ class QgsWmsSettings
831
831
*
832
832
* \note It works with wms-t capabilities that provide time dimension with temporal ranges only.
833
833
*
834
- * \since 3.14
834
+ * \since QGIS 3.14
835
835
*/
836
836
QDateTime findLeastClosestDateTime ( QDateTime dateTime, bool dateOnly = false ) const ;
837
837
You can’t perform that action at this time.
0 commit comments