MCPcopy Create free account
hub / github.com/QNapi/qnapi / showTrayMessage

Method showTrayMessage

gui/src/qnapiapp.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void QNapiApp::showTrayMessage(QString title, QString msg) {
175 trayIcon->showMessage(title, msg);
176}
177
178bool QNapiApp::showOpenDialog(QString engine) {
179 QStringList fileList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected