summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/node.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-06-21 10:15:11 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-06-21 10:15:11 (GMT)
commite2f0e728e85593b502940c16f1eead4bce673c2e (patch)
treeba9af66308f70efa901af0902eb24a5d4cf695f2 /tools/qdoc3/node.h
parent94ac0b1608cd3142096835536ac56f9335094a33 (diff)
downloadQt-e2f0e728e85593b502940c16f1eead4bce673c2e.zip
Qt-e2f0e728e85593b502940c16f1eead4bce673c2e.tar.gz
Qt-e2f0e728e85593b502940c16f1eead4bce673c2e.tar.bz2
doc: Added more DITA output to the XML generator
More cxxFunction stuff for member functions. Function parameters and other stuff. Task-number: QTBUG-11391
Diffstat (limited to 'tools/qdoc3/node.h')
-rw-r--r--tools/qdoc3/node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/node.h b/tools/qdoc3/node.h
index 44cdac2..4d1e757 100644
--- a/tools/qdoc3/node.h
+++ b/tools/qdoc3/node.h
@@ -191,7 +191,8 @@ class Node
void clearRelated() { rel = 0; }
virtual QString fileBase() const;
- QUuid guid() const { return uuid; }
+ //QUuid guid() const { return uuid; }
+ QUuid guid();
QString ditaXmlHref();
protected: