From 3c8daf3068a7049e438650644edc81db32558fd2 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 4 Aug 2015 14:21:25 +0200 Subject: [PATCH] Use QVector --- core/fontinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fontinfo.h b/core/fontinfo.h index 421fad780..42cfa56f3 100644 --- a/core/fontinfo.h +++ b/core/fontinfo.h @@ -27,7 +27,7 @@ class FontInfoPrivate; class OKULARCORE_EXPORT FontInfo { public: - typedef QList List; + typedef QVector List; /** * The possible kinds of fonts.