File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ APP_EXPORT
430
430
#endif
431
431
int main ( int argc, char *argv[] )
432
432
{
433
- // log messages written before creating QgsApplicatoin
433
+ // log messages written before creating QgsApplication
434
434
QStringList preApplicationLogMessages;
435
435
436
436
#ifdef Q_OS_MACX
@@ -973,8 +973,8 @@ int main( int argc, char *argv[] )
973
973
974
974
QgsApplication myApp ( argc, argv, myUseGuiFlag );
975
975
976
- // write the log messages written before creating QgsApplicatoin
977
- for ( QString const &preApplicationLogMessage : preApplicationLogMessages )
976
+ // write the log messages written before creating QgsApplication
977
+ for ( const QString &preApplicationLogMessage : qgis::as_const ( preApplicationLogMessages ) )
978
978
QgsMessageLog::logMessage ( preApplicationLogMessage );
979
979
980
980
// Settings migration is only supported on the default profile for now.
You can’t perform that action at this time.
0 commit comments