forked from qt-creator/qt-creator
VCS: Remove redundant calls to default constructor
Change-Id: I4521e26e72c85e896e58e4d9d129f92b2d80f869 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
33f4adf072
commit
83b57eda89
@@ -115,7 +115,6 @@ static const VcsBaseSubmitEditorParameters submitEditorParameters = {
|
||||
MercurialPlugin *MercurialPlugin::m_instance = 0;
|
||||
|
||||
MercurialPlugin::MercurialPlugin() :
|
||||
VcsBasePlugin(),
|
||||
optionsPage(0),
|
||||
m_client(0),
|
||||
core(0),
|
||||
|
||||
Reference in New Issue
Block a user