diff options
author | Paul Wicking <paul.wicking@qt.io> | 2020-06-01 07:22:16 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2020-06-04 13:09:25 +0200 |
commit | 04355fd6a33b4b0757ed167e6687560b705a2356 (patch) | |
tree | d39a8d3fac8ed324ee61bce5fc29c7e24d8f6027 /src/qdoc/qmlvisitor.h | |
parent | c00431dd94cc069cd30af437e5546f157d9bfe10 (diff) | |
download | qttools-04355fd6a33b4b0757ed167e6687560b705a2356.tar.gz |
QDoc: Extract Aggregate from Node
Task-number: QTBUG-84578
Change-Id: If28cc8b41401c90dfa48b613211b3d0a4dcd815a
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/qmlvisitor.h')
-rw-r--r-- | src/qdoc/qmlvisitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/qmlvisitor.h b/src/qdoc/qmlvisitor.h index 6d24b50a3..578de7997 100644 --- a/src/qdoc/qmlvisitor.h +++ b/src/qdoc/qmlvisitor.h @@ -50,6 +50,8 @@ namespace QQmlJS { # endif #endif +class Aggregate; + struct QmlPropArgs { QString type_; |