transactionview: add message() signal

- allow to use message() in transactionview by connecting to the
  message() signal in WalletView
This commit is contained in:
Philip Kaufmann
2013-10-26 19:12:29 +02:00
parent 033ffc4377
commit 868d3ee5ac
2 changed files with 6 additions and 1 deletions

View File

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