File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4367,6 +4367,7 @@ void QgisApp::updateProjectFromTemplates()
4367
4367
QgsApplication::qgisSettingsDirPath() + "project_templates" ).toString();
4368
4368
QDir templateDir( templateDirName );
4369
4369
QStringList filters( QStringLiteral( "*.qgs" ) );
4370
+ filters << QStringLiteral( "*.qgz" );
4370
4371
templateDir.setNameFilters( filters );
4371
4372
QStringList templateFiles = templateDir.entryList( filters );
4372
4373
Original file line number Diff line number Diff line change @@ -1285,7 +1285,7 @@ void QgsOptions::selectProjectOnLaunch()
1285
1285
QString projPath = QFileDialog::getOpenFileName ( this ,
1286
1286
tr ( " Choose project file to open at launch" ),
1287
1287
lastUsedDir,
1288
- tr ( " QGIS files" ) + " (*.qgs *.QGS)" );
1288
+ tr ( " QGIS files" ) + " (*.qgs *.qgz *. QGS *.QGZ )" );
1289
1289
if ( !projPath.isNull () )
1290
1290
{
1291
1291
mProjectOnLaunchLineEdit ->setText ( projPath );
You can’t perform that action at this time.
0 commit comments