| 172 | } |
| 173 | |
| 174 | void QNapiApp::showTrayMessage(QString title, QString msg) { |
| 175 | trayIcon->showMessage(title, msg); |
| 176 | } |
| 177 | |
| 178 | bool QNapiApp::showOpenDialog(QString engine) { |
| 179 | QStringList fileList; |
nothing calls this directly
no outgoing calls
no test coverage detected