Add Q_DECL_NOTHROW to the tokens qdoc ignores

This fixes a couple of qdoc errors on methods that
are declared as nothrow.

Change-Id: I22bcd18253665280a5c1c3a38539dacf8f869c57
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Lars Knoll 2012-08-15 22:50:30 +02:00 committed by Qt by Nokia
parent d9b1c7aa83
commit 33b2984271

View File

@ -35,7 +35,8 @@ Cpp.ignoretokens = QT_ASCII_CAST_WARN \
Q_GADGET \
Q_INVOKABLE \
Q_DECL_CONSTEXPR \
Q_DECL_NOEXCEPT
Q_DECL_NOEXCEPT \
Q_DECL_NOTHROW
Cpp.ignoredirectives = Q_DECLARE_INTERFACE \
Q_DECLARE_METATYPE \
Q_DECLARE_OPERATORS_FOR_FLAGS \