Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin

This commit is contained in:
Gavin Andresen
2012-01-19 14:22:26 -05:00
4 changed files with 11 additions and 11 deletions

View File

@@ -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;