Mercurial > hg > svgui
comparison widgets/LayerTree.cpp @ 908:4a578a360011 cxx11
More type fixes
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 13:22:10 +0000 |
parents | e4773943c9c1 |
children | a34a2a25907c |
comparison
equal
deleted
inserted
replaced
907:28d05ae8741c | 908:4a578a360011 |
---|---|
251 } | 251 } |
252 | 252 |
253 int | 253 int |
254 ModelMetadataModel::rowCount(const QModelIndex &parent) const | 254 ModelMetadataModel::rowCount(const QModelIndex &parent) const |
255 { | 255 { |
256 if (!parent.isValid()) return m_models.size(); | 256 if (!parent.isValid()) return int(m_models.size()); |
257 return 0; | 257 return 0; |
258 } | 258 } |
259 | 259 |
260 int | 260 int |
261 ModelMetadataModel::columnCount(const QModelIndex &) const | 261 ModelMetadataModel::columnCount(const QModelIndex &) const |