summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qtextstream.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-12-29 13:28:35 -0300
committerThiago Macieira <thiago.macieira@intel.com>2025-01-13 12:04:20 -0300
commit2d40e30e3480726310ab15dac94872c59ee4714c (patch)
treece828b03c3fc4088279ffaea012ac1bca94a92dd /src/corelib/serialization/qtextstream.cpp
parentbf76387507dde71063ebe484bce1e7d1b8e09bc2 (diff)
Bootstrap: remove unused sources
None of this is used. Change-Id: I8ced5410f276d47065fafffd4bcad394de968599 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Diffstat (limited to 'src/corelib/serialization/qtextstream.cpp')
-rw-r--r--src/corelib/serialization/qtextstream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/serialization/qtextstream.cpp b/src/corelib/serialization/qtextstream.cpp
index 13a8d20a305..501ee3a5efa 100644
--- a/src/corelib/serialization/qtextstream.cpp
+++ b/src/corelib/serialization/qtextstream.cpp
@@ -936,6 +936,7 @@ QTextStream::QTextStream(QString *string, OpenMode openMode)
d->status = Ok;
}
+#ifndef QT_BOOTSTRAPPED
/*!
Constructs a QTextStream that operates on \a array, using \a
openMode to define the open mode. Internally, the array is wrapped
@@ -987,6 +988,7 @@ QTextStream::QTextStream(const QByteArray &array, OpenMode openMode)
#endif
d->status = Ok;
}
+#endif
/*!
Constructs a QTextStream that operates on \a fileHandle, using \a