aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-07 13:06:36 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-08 06:38:11 +0000
commit125228890fd65816b378ac59a19e9cf30347c6c9 (patch)
tree94803c937d99e1c43553eee9a2ee63049fb3fdf0 /sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
parented87e710dd14bc9612dcfdba2e09143201768556 (diff)
shiboken6: Remove unused attribute from qtxmltosphinx.cpp
Change-Id: Icf83ad1a2d4784dd09b4bba16093b2f67c2e77da Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp')
-rw-r--r--sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp b/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
index ba4e74cb2..12d13f6b7 100644
--- a/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
+++ b/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
@@ -46,7 +46,6 @@
static inline QString nameAttribute() { return QStringLiteral("name"); }
static inline QString titleAttribute() { return QStringLiteral("title"); }
static inline QString fullTitleAttribute() { return QStringLiteral("fulltitle"); }
-static inline QString briefAttribute() { return QStringLiteral("brief"); }
struct QtXmlToSphinx::LinkContext
{