warnings: Fix -Wdeprecated-copy

Change-Id: Iec5f5edf3752372fd7a0ce94dc26cbf7e75dd8f4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2022-08-04 11:25:03 +02:00
parent c9b1e3a744
commit cd252e4d90
9 changed files with 0 additions and 16 deletions

View File

@@ -34,7 +34,6 @@ namespace Utils {
class QTCREATOR_UTILS_EXPORT FormattedText {
public:
FormattedText() = default;
FormattedText(const FormattedText &other) = default;
FormattedText(const QString &txt, const QTextCharFormat &fmt = QTextCharFormat()) :
text(txt), format(fmt)
{ }