forked from qt-creator/qt-creator
Vcs: Reduce noise a bit
Change-Id: If0e958bb48359f613245eb732432ce5144330427 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -133,10 +133,10 @@ protected:
|
||||
explicit VcsBasePlugin();
|
||||
|
||||
void initializeVcs(Core::IVersionControl *vc, const Core::Context &context);
|
||||
virtual void extensionsInitialized();
|
||||
void extensionsInitialized();
|
||||
|
||||
public:
|
||||
virtual ~VcsBasePlugin();
|
||||
~VcsBasePlugin();
|
||||
|
||||
const VcsBasePluginState ¤tState() const;
|
||||
Core::IVersionControl *versionControl() const;
|
||||
|
Reference in New Issue
Block a user