summaryrefslogtreecommitdiffstats
path: root/src/qdoc/docbookgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/docbookgenerator.cpp')
-rw-r--r--src/qdoc/docbookgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/docbookgenerator.cpp b/src/qdoc/docbookgenerator.cpp
index a32ce6f76..9b127ae26 100644
--- a/src/qdoc/docbookgenerator.cpp
+++ b/src/qdoc/docbookgenerator.cpp
@@ -2229,7 +2229,7 @@ void DocBookGenerator::generateLinkToExample(const ExampleNode *en, const QStrin
// Construct a path to the example; <install path>/<example name>
QStringList path = QStringList()
<< Config::instance().getString(CONFIG_EXAMPLESINSTALLPATH) << en->name();
- path.removeAll({});
+ path.removeAll(QString());
writer->writeStartElement(dbNamespace, "para");
writer->writeStartElement(dbNamespace, "link");