mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 13:04:17 +00:00
cleanup unused constants
This commit is contained in:
parent
ab90d6e62a
commit
cdff41c12e
@ -15,10 +15,6 @@
|
|||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <QtAlgorithms>
|
#include <QtAlgorithms>
|
||||||
|
|
||||||
const QString TransactionTableModel::Sent = "s";
|
|
||||||
const QString TransactionTableModel::Received = "r";
|
|
||||||
const QString TransactionTableModel::Other = "o";
|
|
||||||
|
|
||||||
// Credit and Debit columns are right-aligned as they contain numbers
|
// Credit and Debit columns are right-aligned as they contain numbers
|
||||||
static int column_alignments[] = {
|
static int column_alignments[] = {
|
||||||
Qt::AlignLeft|Qt::AlignVCenter,
|
Qt::AlignLeft|Qt::AlignVCenter,
|
||||||
|
@ -39,11 +39,6 @@ public:
|
|||||||
AbsoluteAmountRole
|
AbsoluteAmountRole
|
||||||
} RoleIndex;
|
} RoleIndex;
|
||||||
|
|
||||||
/* TypeRole values */
|
|
||||||
static const QString Sent;
|
|
||||||
static const QString Received;
|
|
||||||
static const QString Other;
|
|
||||||
|
|
||||||
int rowCount(const QModelIndex &parent) const;
|
int rowCount(const QModelIndex &parent) const;
|
||||||
int columnCount(const QModelIndex &parent) const;
|
int columnCount(const QModelIndex &parent) const;
|
||||||
QVariant data(const QModelIndex &index, int role) const;
|
QVariant data(const QModelIndex &index, int role) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user