mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Make public KiwixChoiceBox typedef
Public interfaces uses this typedef.
This commit is contained in:
parent
f973041ac8
commit
617609eee4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user