summaryrefslogtreecommitdiffstats
path: root/src/tools/qstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qstring.h')
-rw-r--r--src/tools/qstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qstring.h b/src/tools/qstring.h
index 82b8a0e..19408a7 100644
--- a/src/tools/qstring.h
+++ b/src/tools/qstring.h
@@ -388,6 +388,7 @@ struct Q_EXPORT QStringData : public QShared {
bool security_unpaged : 1;
QMutex* mutex;
+ QCString *cString;
private:
#if defined(Q_DISABLE_COPY)