Skip to content

Commit fe5119e

Browse files
Modified active project
1 parent 5608f8f commit fe5119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/activeproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ bool ActiveProject::forceLoad( const QString &filePath, bool force )
170170

171171
// import the new configuration, if it exists.
172172
const QString projectId = MerginProjectMetadata::fromCachedJson( CoreUtils::getProjectMetadataPath( projectDir.path() ) ).projectId;
173-
const bool ok = authMngr->importAuthenticationConfigsFromXml( cfgFile.path(), projectId, true );
173+
const bool ok = authMngr->importAuthenticationConfigsFromXml( cfgFile.filePath(), projectId, true );
174174
CoreUtils::log( "Database authentication: ", QString( "QGIS auth imported: %1" ).arg( ok ? "true" : "false" ) );
175175
}
176176

0 commit comments

Comments
 (0)