forked from qt-creator/qt-creator
Avoid size_t to (u)int warnings with auto, where it is possible
Change-Id: I1ec7454ebce59d99bc828bfd5086907eb0905632 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -302,7 +302,7 @@ public:
|
||||
return datastream;
|
||||
}
|
||||
|
||||
friend uint qHash(const Utf8String &utf8String)
|
||||
friend auto qHash(const Utf8String &utf8String)
|
||||
{
|
||||
return qHash(utf8String.byteArray);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user