MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / showMessage

Method showMessage

src/dialogs/FindReplaceDialog.cpp:630–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void FindReplaceDialog::showMessage(const QString &message, const QString &color)
631{
632 statusBar->setStyleSheet(QStringLiteral("color: %1").arg(color));
633 statusBar->showMessage(message);
634}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected