forked from qt-creator/qt-creator
IVersionControl: Remove parent argument
Never assigned Change-Id: If5075210226c9d4efbf2b550a5587e5f60fb8d16 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
079cff96fa
commit
dc1faa792e
@@ -64,7 +64,7 @@ public:
|
|||||||
OpenMandatory /*!< Files must always be opened by the VCS */
|
OpenMandatory /*!< Files must always be opened by the VCS */
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit IVersionControl(QObject *parent = 0) : QObject(parent) {}
|
IVersionControl() {}
|
||||||
virtual ~IVersionControl() {}
|
virtual ~IVersionControl() {}
|
||||||
|
|
||||||
virtual QString displayName() const = 0;
|
virtual QString displayName() const = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user