| 628 | } |
| 629 | |
| 630 | void FindReplaceDialog::showMessage(const QString &message, const QString &color) |
| 631 | { |
| 632 | statusBar->setStyleSheet(QStringLiteral("color: %1").arg(color)); |
| 633 | statusBar->showMessage(message); |
| 634 | } |
nothing calls this directly
no outgoing calls
no test coverage detected