When a transaction is clicked on overview page, focus it on history page

This commit is contained in:
Wladimir J. van der Laan
2012-05-12 13:19:44 +02:00
parent 97ec4e50b1
commit 3ef1f41550
5 changed files with 24 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ public slots:
void changedPrefix(const QString &prefix);
void changedAmount(const QString &amount);
void exportClicked();
void focusTransaction(const QModelIndex&);
};