Skip to content

Commit

Permalink
Merge pull request #3468 from MerginMaps/projectCreatedSignalSmallFix
Browse files Browse the repository at this point in the history
Small fix in emitting projectCreated signal
  • Loading branch information
tomasMizera committed May 27, 2024
2 parents 1c82014 + 4501d16 commit dd6047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/merginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ void MerginApi::createProjectFinished()

CoreUtils::log( "create " + projectFullName, message );

emit projectCreated( projectName, false );
emit projectCreated( projectFullName, false );

if ( showLimitReachedDialog )
{
Expand Down

1 comment on commit dd6047b

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.625311 just submitted!

Please sign in to comment.