forked from qt-creator/qt-creator
@@ -165,7 +165,7 @@ public:
|
||||
signals:
|
||||
void stateChanged(const VCSBase::Internal::State &s, Core::IVersionControl *vc);
|
||||
|
||||
private slots:
|
||||
public slots:
|
||||
void slotStateChanged();
|
||||
};
|
||||
|
||||
@@ -465,6 +465,12 @@ void VCSBasePlugin::initialize(Core::IVersionControl *vc)
|
||||
SLOT(slotStateChanged(VCSBase::Internal::State,Core::IVersionControl*)));
|
||||
}
|
||||
|
||||
void VCSBasePlugin::extensionsInitialized()
|
||||
{
|
||||
// Initialize enable menus.
|
||||
VCSBasePluginPrivate::m_listener->slotStateChanged();
|
||||
}
|
||||
|
||||
void VCSBasePlugin::slotSubmitEditorAboutToClose(VCSBaseSubmitEditor *submitEditor, bool *result)
|
||||
{
|
||||
if (debug)
|
||||
|
||||
Reference in New Issue
Block a user