aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-01-23 22:45:47 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-23 22:45:47 -0500
commita0db9a79e5b6b7226b7c3a3f61df30106eac304c (patch)
tree208a8a053bc072a57b5b3ecbf6b00d0c8390fb55 /src/qt
parent382e613ef59f5bb121dcfde98c41b764b9d426dc (diff)
parent8f378e98c5121f4f5c4936ef879f208f5f95bb5e (diff)
downloadbitcoin-a0db9a79e5b6b7226b7c3a3f61df30106eac304c.tar.xz
Merge branch '0.5.0.x' into 0.5.x
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;