ProjectExplorer: Show VCS topic in tree

Topic is usually the current branch name

Change-Id: Id6ecc48744a5b3d9c7502b36b4895eb18d0ff0c6
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Mathias Hasselmann
2012-11-07 21:17:11 +02:00
committed by Orgad Shaneh
parent 3685ce7599
commit fd6d0d8c29
5 changed files with 45 additions and 1 deletions

View File

@@ -41,4 +41,9 @@ QString IVersionControl::vcsMakeWritableText() const
return QString();
}
QString IVersionControl::vcsTopic(const QString &)
{
return QString();
}
}