mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
gui/MultiSelect: add variable for default state for addItem() and addItems()
This commit is contained in:
parent
c14a453f01
commit
925ef7e8ad
2 changed files with 6 additions and 6 deletions
|
|
@ -47,9 +47,9 @@ public:
|
|||
|
||||
// Items.
|
||||
|
||||
void addItem(const QString& text);
|
||||
void addItem(const QString& text, bool checked = false);
|
||||
|
||||
void addItems(const QStringList& list);
|
||||
void addItems(const QStringList& list, bool checked = false);
|
||||
|
||||
void clearItems();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue