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:
parent
d9b1c7aa83
commit
33b2984271
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user