| 249 | } |
| 250 | |
| 251 | void QNapiApp::showConvertDialog() { |
| 252 | if (!f_convert) f_convert = new frmConvert(); |
| 253 | |
| 254 | if (f_convert->isVisible()) { |
| 255 | f_convert->raise(); |
| 256 | return; |
| 257 | } |
| 258 | |
| 259 | f_convert->exec(); |
| 260 | |
| 261 | delete f_scan; |
| 262 | f_scan = 0; |
| 263 | } |
| 264 | |
| 265 | void QNapiApp::showCreateAccount(const QString &engineName) const { |
| 266 | Maybe<QUrl> maybeRegistrationUrl = |