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 @@ ...@@ -43,7 +43,6 @@
#include <QLabel> #include <QLabel>
#include <QDoubleSpinBox> #include <QDoubleSpinBox>
#include <QPushButton> #include <QPushButton>
#include <QVector>
#include <QDialog> #include <QDialog>
#include <QFontComboBox> #include <QFontComboBox>
...@@ -374,7 +373,7 @@ public slots: ...@@ -374,7 +373,7 @@ public slots:
void onUpdate(); void onUpdate();
private: private:
void finish( bool ); void finish( bool );
QVector<checkBoxListItem*> modules; QList<checkBoxListItem*> modules;
QGroupBox *groupBox; QGroupBox *groupBox;
QLineEdit *text; 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