mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
qt: remove unused signal from addresstablemodel
This commit is contained in:
parent
25d056a58f
commit
c82cddcc55
1 changed files with 0 additions and 3 deletions
|
@ -83,9 +83,6 @@ private:
|
||||||
/** Notify listeners that data changed. */
|
/** Notify listeners that data changed. */
|
||||||
void emitDataChanged(int index);
|
void emitDataChanged(int index);
|
||||||
|
|
||||||
signals:
|
|
||||||
void defaultAddressChanged(const QString &address);
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
/* Update address list from core.
|
/* Update address list from core.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue