Skip to content

Commit

Permalink
adding a comment in onProjectCreated
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 24, 2024
1 parent fe520ec commit 6f6fb72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/synchronizationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ void SynchronizationManager::onProjectSyncProgressChanged( const QString &projec

void SynchronizationManager::onProjectCreated( const QString &projectFullName, bool result )
{
// 'projectFullName' is in the format "namespace/projectName" and
// 'mSyncProcess' stores projects in the format "projectName" only
QString projectNamespace, projectName;
MerginApi::extractProjectName( projectFullName, projectNamespace, projectName );

Expand Down

1 comment on commit 6f6fb72

@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.624011 just submitted!

Please sign in to comment.