diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2010-06-22 00:32:36 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2010-06-22 00:32:36 (GMT) |
commit | 77fcfd9231c08975331df14edb1c33c4cea44bea (patch) | |
tree | 1d2bbb33f0402717dba4e5c9b8395f80ed4c2c36 /tools/qdoc3/node.cpp | |
parent | 8b059a78b2632e31492fa25cfaae99b111a041a6 (diff) | |
download | Qt-77fcfd9231c08975331df14edb1c33c4cea44bea.zip Qt-77fcfd9231c08975331df14edb1c33c4cea44bea.tar.gz Qt-77fcfd9231c08975331df14edb1c33c4cea44bea.tar.bz2 |
qdoc3: Build fix for regression in e2f0e728e
Diffstat (limited to 'tools/qdoc3/node.cpp')
-rw-r--r-- | tools/qdoc3/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp index 12dee87..2586733 100644 --- a/tools/qdoc3/node.cpp +++ b/tools/qdoc3/node.cpp @@ -246,7 +246,7 @@ QString Node::fileBase() const If its UUID has not yet been created, it is created first. */ -QUuid Node::guid() +QUuid Node::guid() const { if (uuid.isNull()) uuid = QUuid::createUuid(); |