Git: Some more QStringList cleanup

Change-Id: I0c6e8f768ee46985dab8ae14f88f2bc8d34fed26
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2016-07-24 10:10:44 +03:00
committed by Orgad Shaneh
parent fedf5de551
commit cfc8ed41c7
8 changed files with 13 additions and 17 deletions

View File

@@ -336,7 +336,7 @@ void BranchDialog::log()
QString branchName = m_model->fullName(selectedIndex(), true);
if (branchName.isEmpty())
return;
GitPlugin::client()->log(m_repository, QString(), false, QStringList(branchName));
GitPlugin::client()->log(m_repository, QString(), false, { branchName });
}
void BranchDialog::reset()