@@ -240,7 +240,7 void QHBarModelMapper::setColumnCount(int columnCount) | |||||
240 | { |
|
240 | { | |
241 | if (columnCount != count()) { |
|
241 | if (columnCount != count()) { | |
242 | QBarModelMapper::setCount(columnCount); |
|
242 | QBarModelMapper::setCount(columnCount); | |
243 |
emit |
|
243 | emit columnCountChanged(); | |
244 | } |
|
244 | } | |
245 | } |
|
245 | } | |
246 |
|
246 |
@@ -239,7 +239,7 void QVBarModelMapper::setRowCount(int rowCount) | |||||
239 | { |
|
239 | { | |
240 | if (rowCount != count()) { |
|
240 | if (rowCount != count()) { | |
241 | QBarModelMapper::setCount(rowCount); |
|
241 | QBarModelMapper::setCount(rowCount); | |
242 |
emit |
|
242 | emit rowCountChanged(); | |
243 | } |
|
243 | } | |
244 | } |
|
244 | } | |
245 |
|
245 |
General Comments 0
You need to be logged in to leave comments.
Login now