aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-01-19 14:22:26 -0500
committerGavin Andresen <gavinandresen@gmail.com>2012-01-19 14:22:26 -0500
commitc55fd06b990df44df88775d3333d43ad740d726f (patch)
tree06a07d911d8a7191291f706208db2a4b34d3acb0 /src/qt
parentaacefd279549c4b524def6e46f4a004bf8bb92bf (diff)
parentb985efaac1b9fbdd308284e6f756aa11e7861225 (diff)
downloadbitcoin-c55fd06b990df44df88775d3333d43ad740d726f.tar.xz
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/transactionfilterproxy.h2
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;