| 479 | } |
| 480 | |
| 481 | void GrepOutputView::updateScrollArea() |
| 482 | { |
| 483 | if (!model()) { |
| 484 | return; |
| 485 | } |
| 486 | |
| 487 | for (int col = 0; col < model()->columnCount(); ++col) |
| 488 | resultsTreeView->resizeColumnToContents(col); |
| 489 | } |
| 490 | |
| 491 | #include "moc_grepoutputview.cpp" |
nothing calls this directly
no test coverage detected