Export functionality for transaction list

This commit is contained in:
Wladimir J. van der Laan
2011-07-07 14:27:16 +02:00
parent d52a0f3bca
commit fbaee7a853
13 changed files with 230 additions and 13 deletions

View File

@@ -50,6 +50,7 @@ public slots:
void chooseType(int idx);
void changedPrefix(const QString &prefix);
void changedAmount(const QString &amount);
void exportClicked();
};