IVersionControl: Remove parent argument

Never assigned

Change-Id: If5075210226c9d4efbf2b550a5587e5f60fb8d16
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Orgad Shaneh
2014-02-18 22:41:04 +02:00
committed by Orgad Shaneh
parent 079cff96fa
commit dc1faa792e

View File

@@ -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;