1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#pragma once
4
5#include <wtf/text/WTFString.h>
6
7namespace WTF {
8
9struct StringBuilder : public String
10{
11 String toString() const { return *this; }
12};
13
14}
15
16using WTF::StringBuilder;
17

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of qtdeclarative/src/3rdparty/masm/stubs/wtf/text/StringBuilder.h