forked from qt-creator/qt-creator
VcsBasePlugin: Remove last instance of addAutoReleasedObject
Change-Id: I6a622faed0bce39f21c5489afc0df623cb32f801 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -38,8 +38,6 @@ class VcsBaseSubmitEditor;
|
||||
namespace Internal {
|
||||
|
||||
class CommonVcsSettings;
|
||||
class CommonOptionsPage;
|
||||
class CoreListener;
|
||||
|
||||
class VcsPlugin : public ExtensionSystem::IPlugin
|
||||
{
|
||||
@@ -69,12 +67,9 @@ signals:
|
||||
|
||||
private:
|
||||
void slotSettingsChanged();
|
||||
|
||||
void populateNickNameModel();
|
||||
|
||||
static VcsPlugin *m_instance;
|
||||
CommonOptionsPage *m_settingsPage;
|
||||
QStandardItemModel *m_nickNameModel;
|
||||
class VcsPluginPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user