From dc1faa792e1aadab30881cb02c03d3df597b3721 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Tue, 18 Feb 2014 22:41:04 +0200 Subject: [PATCH] IVersionControl: Remove parent argument Never assigned Change-Id: If5075210226c9d4efbf2b550a5587e5f60fb8d16 Reviewed-by: Eike Ziller <eike.ziller@digia.com> --- src/plugins/coreplugin/iversioncontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/iversioncontrol.h b/src/plugins/coreplugin/iversioncontrol.h index e22c460a5e6..57a93a74fc0 100644 --- a/src/plugins/coreplugin/iversioncontrol.h +++ b/src/plugins/coreplugin/iversioncontrol.h @@ -64,7 +64,7 @@ public: OpenMandatory /*!< Files must always be opened by the VCS */ }; - explicit IVersionControl(QObject *parent = 0) : QObject(parent) {} + IVersionControl() {} virtual ~IVersionControl() {} virtual QString displayName() const = 0; -- GitLab