forked from qt-creator/qt-creator
VCS: Rework disabling of ambiguous actions
Task-number: QTCREATORBUG-13364 Change-Id: Ib9dc98964983f1a2808a89d90969089a09d2b55e Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
17c92cdeef
commit
a4b4728267
@@ -48,6 +48,7 @@ QT_END_NAMESPACE
|
||||
namespace Utils { struct SynchronousProcessResponse; }
|
||||
|
||||
namespace Core {
|
||||
class Context;
|
||||
class IVersionControl;
|
||||
class Id;
|
||||
class IDocument;
|
||||
@@ -131,7 +132,7 @@ class VCSBASE_EXPORT VcsBasePlugin : public ExtensionSystem::IPlugin
|
||||
protected:
|
||||
explicit VcsBasePlugin();
|
||||
|
||||
void initializeVcs(Core::IVersionControl *vc);
|
||||
void initializeVcs(Core::IVersionControl *vc, const Core::Context &context);
|
||||
virtual void extensionsInitialized();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user