mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fix macosx compile
This commit is contained in:
parent
a249474a78
commit
d7119b170d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void SyncProcess::run()
|
|||
|
||||
void SyncProcess::finish()
|
||||
{
|
||||
const lldiv_t elapsed = std::lldiv(m_startTime.secsTo(QDateTime::currentDateTime()), 60);
|
||||
const lldiv_t elapsed = lldiv(m_startTime.secsTo(QDateTime::currentDateTime()), 60);
|
||||
QString endStr = testRunStr;
|
||||
if (m_stat.index < m_stat.count)
|
||||
endStr.append(tr("Synchronization aborted at %1 of %2 files.").arg(m_stat.index).arg(m_stat.count));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue