Skip to content

Commit 9697596

Browse files
Modified active project
1 parent 9e85e3b commit 9697596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)