forked from qt-creator/qt-creator
Utils: Add toView to SmallString
Change-Id: I242a3a8e8411dfca19e50279928f97a5623e55d4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -232,6 +232,11 @@ public:
|
||||
return QString::fromUtf8(data(), int(size()));
|
||||
}
|
||||
|
||||
SmallStringView toView() const
|
||||
{
|
||||
return SmallStringView(data(), size());
|
||||
}
|
||||
|
||||
operator SmallStringView() const
|
||||
{
|
||||
return SmallStringView(data(), size());
|
||||
|
||||
Reference in New Issue
Block a user