This commit is contained in:
adityapk00
2018-11-21 18:15:20 -08:00
parent e718dfcbef
commit bccb3d674a
3 changed files with 34 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ QString SentTxStore::writeableFile() {
void SentTxStore::deleteHistory() {
QFile data(writeableFile());
data.remove();
data.close();
}
QList<TransactionItem> SentTxStore::readSentTxFile() {