| 1264 | } |
| 1265 | |
| 1266 | void 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" |
nothing calls this directly
no outgoing calls
no test coverage detected