Skip to content
Snippets Groups Projects
Commit ab1e3515 authored by jonymt's avatar jonymt
Browse files

[*] deleted commented code

[*] deleted commented code
parent d4386bd8
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -14,24 +14,6 @@ class DapScreenHistoryModel : public QAbstractListModel
Q_OBJECT
public:
// enum DapTransactionStatus {
// Pending,
// Sent,
// Received,
// Error
// };
// Q_ENUM(DapTransactionStatus)
// struct DapTransactionItem {
// QDateTime Date;
// QImage TokenPic;
// DapTransactionStatus Status;
// QString TokenName;
// QString WalletNumber;
// QString Cryptocurrency;
// QString Currency;
// };
enum {
DisplayDateRole = Qt::UserRole,
DateRole,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment