QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsProjectStorage::Metadata Class Reference

Metadata associated with a project. More...

#include <qgsprojectstorage.h>

Public Attributes

QDateTime lastModified
 Date and local time when the file was last modified. More...
 
QString name
 Name of the project - equivalent to a file's base name (i.e. without path and extension). More...
 

Detailed Description

Metadata associated with a project.

Since
QGIS 3.2

Definition at line 45 of file qgsprojectstorage.h.

Member Data Documentation

◆ lastModified

QDateTime QgsProjectStorage::Metadata::lastModified

Date and local time when the file was last modified.

Definition at line 51 of file qgsprojectstorage.h.

◆ name

QString QgsProjectStorage::Metadata::name

Name of the project - equivalent to a file's base name (i.e. without path and extension).

Definition at line 49 of file qgsprojectstorage.h.


The documentation for this class was generated from the following file: