QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
18 #ifndef QGSPROJECTVERSION_H
19 #define QGSPROJECTVERSION_H
22 #include <QStringList>
23 #include "qgis_core.h"
44 QgsProjectVersion(
int major,
int minor,
int sub,
const QString &name = QString() );
103 #endif // QGSPROJECTVERSION_H
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
int majorVersion() const
Returns the major version number.
int subVersion() const
Returns the sub version number.
bool operator!=(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
QgsProjectVersion()=default
Creates a new NULL version.
int minorVersion() const
Returns the minor version number.
A class to describe the version of a project.