tools/qdoc3/codemarker.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   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