MCPcopy Create free account
hub / github.com/KDE/kdevelop / updateScrollArea

Method updateScrollArea

plugins/grepview/grepoutputview.cpp:481–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void 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"

Callers

nothing calls this directly

Calls 2

modelFunction · 0.85
columnCountMethod · 0.45

Tested by

no test coverage detected