diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-18 11:22:40 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-18 11:22:40 (GMT) |
commit | 410f203fd3542af182a6fe4406cc5094b65a90f8 (patch) | |
tree | ed9911a06347fcad14f7aedab6b98c3f366078dc /tools/qdoc3/node.h | |
parent | 65daf75c29f1865bf0eb51570c09a304fefb25ad (diff) | |
download | Qt-410f203fd3542af182a6fe4406cc5094b65a90f8.zip Qt-410f203fd3542af182a6fe4406cc5094b65a90f8.tar.gz Qt-410f203fd3542af182a6fe4406cc5094b65a90f8.tar.bz2 |
qdoc: Changed GUIDs from "{xxxxxx}" to "id-xxxxxxx".
Diffstat (limited to 'tools/qdoc3/node.h')
-rw-r--r-- | tools/qdoc3/node.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/qdoc3/node.h b/tools/qdoc3/node.h index 40b78ef..0b493ee 100644 --- a/tools/qdoc3/node.h +++ b/tools/qdoc3/node.h @@ -55,7 +55,6 @@ #include "doc.h" #include "location.h" #include "text.h" -#include <QUuid> QT_BEGIN_NAMESPACE @@ -191,7 +190,7 @@ class Node void clearRelated() { rel = 0; } virtual QString fileBase() const; - QUuid guid() const; + QString guid() const; QString ditaXmlHref(); QString extractClassName(const QString &string) const; @@ -223,7 +222,7 @@ class Node QString u; QString sinc; QString tpl; - mutable QUuid uuid; + mutable QString uuid; }; class FunctionNode; |