forked from qt-creator/qt-creator
Make some qHash and comparison operators overloads hidden friends
Restricts lookup scope more to necessary bits. Change-Id: Ia42c95aaa70534843b7f6a90bfc56d2a1202c612 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -40,6 +40,8 @@ class CommonVcsSettings : public Utils::AspectContainer
|
||||
public:
|
||||
CommonVcsSettings();
|
||||
|
||||
friend QDebug operator<<(QDebug, const CommonVcsSettings &);
|
||||
|
||||
Utils::StringAspect nickNameMailMap;
|
||||
Utils::StringAspect nickNameFieldListFile;
|
||||
|
||||
@@ -52,9 +54,6 @@ public:
|
||||
Utils::IntegerAspect lineWrapWidth;
|
||||
};
|
||||
|
||||
|
||||
QDebug operator<<(QDebug, const CommonVcsSettings &);
|
||||
|
||||
class CommonOptionsPage final : public Core::IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user