equal
deleted
inserted
replaced
622 #ifdef QDOC_QML |
622 #ifdef QDOC_QML |
623 /*! |
623 /*! |
624 Get the list of documentation sections for the children of |
624 Get the list of documentation sections for the children of |
625 the specified QmlClassNode. |
625 the specified QmlClassNode. |
626 */ |
626 */ |
627 QList<Section> CodeMarker::qmlSections(const QmlClassNode* , SynopsisStyle ) |
627 QList<Section> CodeMarker::qmlSections(const QmlClassNode* , |
|
628 SynopsisStyle , |
|
629 const Tree* ) |
628 { |
630 { |
629 return QList<Section>(); |
631 return QList<Section>(); |
630 } |
632 } |
631 #endif |
633 #endif |
632 |
634 |