forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/plugins/cpptools/cppcompletion_test.cpp src/plugins/cpptools/cpptoolsplugin.h src/plugins/projectexplorer/customtoolchain.cpp src/plugins/vcsbase/command.cpp Change-Id: Ie7b3c9e136c0748b41320227c757471259339b48
This commit is contained in:
@@ -1026,7 +1026,6 @@ FakeVimPluginPrivate::~FakeVimPluginPrivate()
|
||||
q->removeObject(m_fakeVimOptionsPage);
|
||||
delete m_fakeVimOptionsPage;
|
||||
m_fakeVimOptionsPage = 0;
|
||||
delete theFakeVimSettings();
|
||||
|
||||
q->removeObject(m_fakeVimExCommandsPage);
|
||||
delete m_fakeVimExCommandsPage;
|
||||
@@ -1035,6 +1034,8 @@ FakeVimPluginPrivate::~FakeVimPluginPrivate()
|
||||
q->removeObject(m_fakeVimUserCommandsPage);
|
||||
delete m_fakeVimUserCommandsPage;
|
||||
m_fakeVimUserCommandsPage = 0;
|
||||
|
||||
theFakeVimSettings()->deleteLater();
|
||||
}
|
||||
|
||||
void FakeVimPluginPrivate::onCoreAboutToClose()
|
||||
|
||||
Reference in New Issue
Block a user