transactionview: add message() signal
- allow to use message() in transactionview by connecting to the message() signal in WalletView
This commit is contained in:
@@ -71,6 +71,9 @@ private slots:
|
||||
signals:
|
||||
void doubleClicked(const QModelIndex&);
|
||||
|
||||
/** Fired when a message should be reported to the user */
|
||||
void message(const QString &title, const QString &message, unsigned int style);
|
||||
|
||||
public slots:
|
||||
void chooseDate(int idx);
|
||||
void chooseType(int idx);
|
||||
|
||||
Reference in New Issue
Block a user