Cosmetic reformating

This commit is contained in:
Bill Somerville 2020-08-13 10:30:49 +01:00
parent e69226b29a
commit 11abe7c60f
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
2 changed files with 36 additions and 36 deletions

View File

@ -484,8 +484,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
{
MessageBox::warning_message (this
, tr ("Audio Source")
, tr ("Excessive dropped samples")
, tr ("Reduce system load"));
, tr ("Reduce system load")
, tr ("Excessive dropped samples - %1 (%2 sec) audio frames dropped").arg (dropped_frames).arg (usec / 1.e6, 5, 'f', 3));
}
});
connect (&m_audioThread, &QThread::finished, m_soundInput, &QObject::deleteLater);