mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58: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
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
typedef QList<QPair<QString,QString>> SelectionList;
|
typedef QList<QPair<QString,QString>> SelectionList;
|
||||||
|
|
||||||
public:
|
|
||||||
explicit KiwixChoiceBox(QWidget *parent = nullptr);
|
explicit KiwixChoiceBox(QWidget *parent = nullptr);
|
||||||
void setType(QString type);
|
void setType(QString type);
|
||||||
void setSelections(SelectionList selections, SelectionList defaultSelection);
|
void setSelections(SelectionList selections, SelectionList defaultSelection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user