Commit b3a29409 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

qt4: complete preferences: QList is a more appropriate container for this.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b2d37426
......@@ -43,7 +43,6 @@
#include <QLabel>
#include <QDoubleSpinBox>
#include <QPushButton>
#include <QVector>
#include <QDialog>
#include <QFontComboBox>
......@@ -374,7 +373,7 @@ public slots:
void onUpdate();
private:
void finish( bool );
QVector<checkBoxListItem*> modules;
QList<checkBoxListItem*> modules;
QGroupBox *groupBox;
QLineEdit *text;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment