Merge branch '0.5.0.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Tue, 24 Jan 2012 03:45:47 +0000 (22:45 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 24 Jan 2012 03:45:47 +0000 (22:45 -0500)
1  2 
src/qt/transactionfilterproxy.h
src/util.h

@@@ -28,10 -26,10 +28,10 @@@ public
      void setTypeFilter(quint32 modes);
      void setMinAmount(qint64 minimum);
  
 -    // Set maximum number of rows returned, -1 if unlimited
 +    /** 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;
  
diff --cc src/util.h
Simple merge