summaryrefslogtreecommitdiffstats
path: root/src/qdoc/codemarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/codemarker.h')
-rw-r--r--src/qdoc/codemarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/codemarker.h b/src/qdoc/codemarker.h
index 687d808df..4a6264ea6 100644
--- a/src/qdoc/codemarker.h
+++ b/src/qdoc/codemarker.h
@@ -86,7 +86,7 @@ private:
QString macName(const Node *parent, const QString &name = QString());
static QString defaultLang;
- static QList<CodeMarker *> markers;
+ static QVector<CodeMarker *> markers;
};
QT_END_NAMESPACE