forked from qt-creator/qt-creator
VCS: fix compile of CommonVcsSettings
Remove undeclared operator definition
Amends 65281429d4
Change-Id: I30ffd5d7b4a50acd9db7acef1668a26c942cc50c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -17,8 +17,6 @@ class CommonVcsSettings : public Utils::AspectContainer
|
||||
public:
|
||||
CommonVcsSettings();
|
||||
|
||||
friend QDebug operator<<(QDebug, const CommonVcsSettings &);
|
||||
|
||||
Utils::StringAspect nickNameMailMap;
|
||||
Utils::StringAspect nickNameFieldListFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user