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

Method showConvertDialog

gui/src/qnapiapp.cpp:251–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void 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
265void QNapiApp::showCreateAccount(const QString &engineName) const {
266 Maybe<QUrl> maybeRegistrationUrl =

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected