Use QVector

frameworks
Montel Laurent 11 years ago
parent 3102cd8665
commit 3c8daf3068
  1. 2
      core/fontinfo.h

@ -27,7 +27,7 @@ class FontInfoPrivate;
class OKULARCORE_EXPORT FontInfo class OKULARCORE_EXPORT FontInfo
{ {
public: public:
typedef QList<FontInfo> List; typedef QVector<FontInfo> List;
/** /**
* The possible kinds of fonts. * The possible kinds of fonts.

Loading…
Cancel
Save