aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/qtdoc/qtdocgenerator.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-30 16:52:16 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-02 13:27:46 +0000
commitc5582d3120249a902681454b2319df765ffa2cd8 (patch)
treed514c205fadc95f8aa61b813ba388a8a843667b9 /sources/shiboken2/generator/qtdoc/qtdocgenerator.h
parentd5581049f8789eae86e91372f34ec8ed794272aa (diff)
QtXmlToSphinx: Refactor label handling
Add utility functions to remove invalid characters and a helper for streaming Task-number: PYSIDE-363 Change-Id: I45eb33ed60deed82912262a99551436c538eee22 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/generator/qtdoc/qtdocgenerator.h')
-rw-r--r--sources/shiboken2/generator/qtdoc/qtdocgenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/generator/qtdoc/qtdocgenerator.h b/sources/shiboken2/generator/qtdoc/qtdocgenerator.h
index 04d3a3e62..df0e5ef9c 100644
--- a/sources/shiboken2/generator/qtdoc/qtdocgenerator.h
+++ b/sources/shiboken2/generator/qtdoc/qtdocgenerator.h
@@ -158,7 +158,7 @@ private:
void handleUselessTag(QXmlStreamReader& reader);
void handleAnchorTag(QXmlStreamReader& reader);
- LinkContext *handleLinkStart(const QString &type, const QString &ref) const;
+ LinkContext *handleLinkStart(const QString &type, QString ref) const;
void handleLinkText(LinkContext *linkContext, QString linktext) const;
void handleLinkEnd(LinkContext *linkContext);