1
0
Fork 0
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:
Henrik Hautakoski 2020-04-14 21:49:40 +02:00
parent c14a453f01
commit 925ef7e8ad
2 changed files with 6 additions and 6 deletions

View file

@ -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();