Merge remote-tracking branch 'origin/2.8' into 3.0

This commit is contained in:
Eike Ziller
2013-10-22 11:38:21 +02:00
3 changed files with 33 additions and 7 deletions

View File

@@ -212,7 +212,7 @@ void StashDialog::showCurrent()
{
const int index = currentRow();
QTC_ASSERT(index >= 0, return);
gitClient()->show(m_repository, m_model->at(index).name);
gitClient()->show(m_repository, QString(m_model->at(index).name));
}
// Suggest Branch name to restore 'stash@{0}' -> 'stash0-date'