Minor: define constants for case of clone
This commit is contained in:
@@ -49,6 +49,9 @@ void CheckAndFetchCustomerRepositoryCommand::readyReadStandardOutput() {
|
||||
} else
|
||||
if (m_commandResult.contains(internal::GIT_CUSTOMER_REPO_UPDATED)) {
|
||||
//emit w->showCustRepoStatus(internal::GIT_CUSTOMER_REPO_UPDATED);
|
||||
} else
|
||||
if (m_commandResult.contains(internal::GIT_CUSTOMER_REPO_CLONED)) {
|
||||
//emit w->showCustRepoStatus(internal::GIT_CUSTOMER_REPO_CLONED);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user