show transaction details on doubleclick

This commit is contained in:
Wladimir J. van der Laan
2011-06-10 20:49:50 +02:00
parent c30075142f
commit a777f7b9b5
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ public:
QVariant data(const QModelIndex &index, int role) const;
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
Qt::ItemFlags flags(const QModelIndex &index) const;
QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const;
private:
QStringList columns;
TransactionTablePriv *priv;