From 3d34fd298735ba352d0b6e48a7778f8820a9ddc2 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 29 Aug 2018 16:11:36 +0200 Subject: shiboken/doc generator: Add FunctionMask case to avoid warning Change-Id: I13226628db54479cc01aab215bb52063684f23c9 Reviewed-by: Christian Tismer Reviewed-by: Friedemann Kleint --- sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken2/generator') diff --git a/sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp b/sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp index 3ed278871..d47ba8bd7 100644 --- a/sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp +++ b/sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp @@ -267,6 +267,8 @@ static const char *linkKeyWord(QtXmlToSphinx::LinkContext::Type type) return ":ref:"; case QtXmlToSphinx::LinkContext::External: break; + case QtXmlToSphinx::LinkContext::FunctionMask: + break; } return ""; } -- cgit v1.2.3