Replace tabs with four spaces to comply with coding standard in doc/coding.txt

This commit is contained in:
Lars Rasmusson
2012-01-14 12:14:36 +01:00
parent 9e8818ec9d
commit b985efaac1
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;