summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-13 13:08:24 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-03 08:25:14 (GMT)
commit5dddf56e703bca59b874e46d3cabd2eba6fbb55e (patch)
tree06a524854f16cabd91a6bcd232ddfcc28be1611c /tools/qdoc3
parent88f668430023acd3fbad3543a57198a4cf0255c2 (diff)
downloadQt-5dddf56e703bca59b874e46d3cabd2eba6fbb55e.zip
Qt-5dddf56e703bca59b874e46d3cabd2eba6fbb55e.tar.gz
Qt-5dddf56e703bca59b874e46d3cabd2eba6fbb55e.tar.bz2
qdoc: Disabled reporting the NOTIFY signal until I know what it broke.
Task-number: 259071
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/cppcodeparser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qdoc3/cppcodeparser.cpp b/tools/qdoc3/cppcodeparser.cpp
index 84ec3f4..843bec8 100644
--- a/tools/qdoc3/cppcodeparser.cpp
+++ b/tools/qdoc3/cppcodeparser.cpp
@@ -1759,7 +1759,6 @@ bool CppCodeParser::matchProperty(InnerNode *parent)
property->setDesignable(value.toLower() == "true");
else if (key == "RESET")
tre->addPropertyFunction(property, value, PropertyNode::Resetter);
-
else if (key == "NOTIFY") {
tre->addPropertyFunction(property, value, PropertyNode::Notifier);
}