summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@intopalo.com>2016-09-14 17:14:32 +0300
committerAndrew Knight <andrew.knight@intopalo.com>2016-11-05 10:15:03 +0000
commitb18a4de8143cba87502ae5737e28eb6a209c6033 (patch)
tree1d2af18a0522ed05e3f2b9ca9bf5f4a78cd04562 /src
parenta21ffd44b3a13a9ef64a56e67f6e267292f0a8e2 (diff)
Register Qt::TextFlag with QT_Q_ENUM
By some unfortunate oversight, this enum was never registered. Change-Id: I2227ccf294d2cf717187a3dcaaf4cbfacc4ac65d Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qnamespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index e2b0d30db0..a30344995e 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1679,6 +1679,7 @@ public:
QT_Q_ENUM(Orientation)
QT_Q_ENUM(DropAction)
QT_Q_FLAG(Alignment)
+ QT_Q_ENUM(TextFlag)
QT_Q_FLAG(Orientations)
QT_Q_FLAG(DropActions)
QT_Q_FLAG(Edges)