diff --git a/src/kiwixchoicebox.h b/src/kiwixchoicebox.h index 18cc8cb..5b3a7e2 100644 --- a/src/kiwixchoicebox.h +++ b/src/kiwixchoicebox.h @@ -24,9 +24,9 @@ class KiwixChoiceBox : public QWidget { Q_OBJECT +public: typedef QList> SelectionList; -public: explicit KiwixChoiceBox(QWidget *parent = nullptr); void setType(QString type); void setSelections(SelectionList selections, SelectionList defaultSelection);