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

Method slotStatusMsg

src/kdiff3.cpp:1266–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266void KDiff3App::slotStatusMsg(const QString& text)
1267{
1268 ///////////////////////////////////////////////////////////////////
1269 // change status message permanently
1270 if(statusBar() != nullptr)
1271 {
1272 statusBar()->clearMessage();
1273 statusBar()->showMessage(text);
1274 }
1275}
1276
1277//#include "kdiff3.moc"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected