Commit b165ab1e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use QWidgetList when applicable

parent 1477998d
......@@ -130,7 +130,7 @@ private:
PLModel *model;
QSignalMapper *mapper;
QList<QWidget*> buttons;
QWidgetList buttons;
QList<QAction*> actions;
LocationButton *btnMore;
QMenu *menuMore;
......
......@@ -119,7 +119,7 @@ private:
int number;
QList<QWidget *> optionWidgets;
QWidgetList optionWidgets;
QStringList qs_filter;
QButtonGroup *radioGroup;
......
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