forked from qt-creator/qt-creator
Git: Fix showing commits from rebase-todo editor
We used to need the repository root in order to resolve the file. This is no longer needed, since the raw patch is parsed instead. Change-Id: Ifdbbcd686a5ef7bbbd472f37b20190b9e9abebe7 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
cf211e46cf
commit
398872bcdc
@@ -750,6 +750,7 @@ static const char SOURCE_PROPERTY[] = "qtcreator_source";
|
||||
void VcsBasePlugin::setSource(Core::IDocument *document, const QString &source)
|
||||
{
|
||||
document->setProperty(SOURCE_PROPERTY, source);
|
||||
VcsBasePluginPrivate::m_listener->slotStateChanged();
|
||||
}
|
||||
|
||||
QString VcsBasePlugin::source(Core::IDocument *document)
|
||||
|
||||
Reference in New Issue
Block a user