SubaddressAccount: drop useless getAll 'update' default argument

This commit is contained in:
xiphon
2019-12-16 12:03:49 +00:00
parent 46227bdad0
commit c9900c05b2
3 changed files with 9 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ class SubaddressAccount : public QObject
{
Q_OBJECT
public:
Q_INVOKABLE QList<Monero::SubaddressAccountRow*> getAll(bool update = false) const;
Q_INVOKABLE QList<Monero::SubaddressAccountRow *> getAll() const;
Q_INVOKABLE Monero::SubaddressAccountRow * getRow(int index) const;
Q_INVOKABLE void addRow(const QString &label) const;
Q_INVOKABLE void setLabel(quint32 accountIndex, const QString &label) const;