Make public KiwixChoiceBox typedef

Public interfaces uses this typedef.
This commit is contained in:
ShaopengLin 2024-08-29 08:55:15 -04:00 committed by Kelson
parent f973041ac8
commit 617609eee4

View File

@ -24,9 +24,9 @@ class KiwixChoiceBox : public QWidget
{
Q_OBJECT
public:
typedef QList<QPair<QString,QString>> SelectionList;
public:
explicit KiwixChoiceBox(QWidget *parent = nullptr);
void setType(QString type);
void setSelections(SelectionList selections, SelectionList defaultSelection);