mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
qt: mask values on transactions view
This commit is contained in:
@@ -107,6 +107,9 @@ public Q_SLOTS:
|
||||
/** Show progress dialog e.g. for rescan */
|
||||
void showProgress(const QString &title, int nProgress);
|
||||
|
||||
private Q_SLOTS:
|
||||
void disableTransactionView(bool disable);
|
||||
|
||||
Q_SIGNALS:
|
||||
void setPrivacy(bool privacy);
|
||||
void transactionClicked();
|
||||
|
||||
Reference in New Issue
Block a user