forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8' into 3.0
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user