diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-19 14:22:26 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-19 14:22:26 -0500 |
commit | c55fd06b990df44df88775d3333d43ad740d726f (patch) | |
tree | 06a07d911d8a7191291f706208db2a4b34d3acb0 /src/qt | |
parent | aacefd279549c4b524def6e46f4a004bf8bb92bf (diff) | |
parent | b985efaac1b9fbdd308284e6f756aa11e7861225 (diff) |
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/transactionfilterproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactionfilterproxy.h b/src/qt/transactionfilterproxy.h index 76cf46f156..8d6829d6f0 100644 --- a/src/qt/transactionfilterproxy.h +++ b/src/qt/transactionfilterproxy.h @@ -31,7 +31,7 @@ public: /** Set maximum number of rows returned, -1 if unlimited. */ void setLimit(int limit); - int rowCount(const QModelIndex &parent = QModelIndex()) const; + int rowCount(const QModelIndex &parent = QModelIndex()) const; protected: bool filterAcceptsRow(int source_row, const QModelIndex & source_parent) const; |