MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / stopProcess

Method stopProcess

src/mainwindowimpl.cpp:1326–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326void MainWindowImpl::stopProcess()
1327{
1328 convertThread->stopProcess();
1329 abort_all = true;
1330 statusBar()->showMessage(tr("Aborted!"), 5000);
1331}
1332
1333void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione
1334{

Callers 1

overwriteDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected