forked from qt-creator/qt-creator
Core: IVersionControl: Introduce a setTopicCache
More flexible than passing in the constructor. Change-Id: I7bb5b3fe02682e01ebbce246de547686ff871920 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -64,9 +64,10 @@ private:
|
||||
};
|
||||
|
||||
SubversionControl::SubversionControl(SubversionPluginPrivate *plugin) :
|
||||
Core::IVersionControl(new SubversionTopicCache(plugin)),
|
||||
m_plugin(plugin)
|
||||
{ }
|
||||
{
|
||||
setTopicCache(new SubversionTopicCache(plugin));
|
||||
}
|
||||
|
||||
QString SubversionControl::displayName() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user