File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ void AnalysisRunner::run()
149
149
if ( (percentNow >= mProgression + 5 ) || (percentNow == 0 ))
150
150
{
151
151
mProgression = percentNow;
152
- // emitUpdate(QString( tr("%1 Sequences procceed ( %2 \% )") ).arg(mSequenceCount).arg(mProgression));
152
+ // emitUpdate(tr("%1 Sequences procceed ( %2 \% )").arg(mSequenceCount).arg(mProgression));
153
153
}
154
154
}
155
155
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void MainWindow::addFiles()
56
56
}
57
57
}
58
58
59
- statusBar ()->showMessage (QString ( tr (" Running on %1 threads" ) ).arg (QThreadPool::globalInstance ()->activeThreadCount ()));
59
+ statusBar ()->showMessage (tr (" Running on %1 threads" ).arg (QThreadPool::globalInstance ()->activeThreadCount ()));
60
60
updateRecentMenu ();
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments