Show a message in the status bar
| 1895 | |
| 1896 | // Show a message in the status bar |
| 1897 | void 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 |
nothing calls this directly
no test coverage detected