| 1366 | } |
| 1367 | |
| 1368 | void View::reload() |
| 1369 | { |
| 1370 | clear(); |
| 1371 | |
| 1372 | /* |
| 1373 | * if headerwidth not change, viewport height will not be updated |
| 1374 | * lead to a wrong signal height |
| 1375 | */ |
| 1376 | reconstruct(); |
| 1377 | } |
| 1378 | |
| 1379 | void View::clear() |
| 1380 | { |
no outgoing calls
no test coverage detected