MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotRefresh

Method slotRefresh

src/pdiff.cpp:1139–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137}
1138
1139void KDiff3App::slotRefresh()
1140{
1141 assert(m_pDiffWindowSplitter != nullptr && m_pHScrollBar != nullptr);
1142 QApplication::setFont(gOptions->appFont());
1143
1144 Q_EMIT doRefresh();
1145
1146 m_pHScrollBar->setAgain();
1147 m_pDiffWindowSplitter->setOrientation(gOptions->m_bHorizDiffWindowSplitting ? Qt::Horizontal : Qt::Vertical);
1148}
1149
1150void KDiff3App::slotSelectionStart()
1151{

Callers

nothing calls this directly

Calls 1

setAgainMethod · 0.80

Tested by

no test coverage detected