MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setMessage

Method setMessage

nixnote.cpp:1897–1902  ·  view source on GitHub ↗

Show a message in the status bar

Source from the content-addressed store, hash-verified

1895
1896// Show a message in the status bar
1897void NixNote::setMessage(QString text, int timeout) {
1898 QLOG_TRACE_IN();
1899 statusBar()->showMessage(text, timeout);
1900 QLOG_INFO() << text;
1901 QLOG_TRACE_OUT();
1902}
1903
1904
1905

Callers

nothing calls this directly

Calls 1

showMessageMethod · 0.80

Tested by

no test coverage detected