mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-06 20:05:16 -04:00
Cosmetic reformating
This commit is contained in:
parent
e69226b29a
commit
11abe7c60f
@ -484,8 +484,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
{
|
{
|
||||||
MessageBox::warning_message (this
|
MessageBox::warning_message (this
|
||||||
, tr ("Audio Source")
|
, 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);
|
connect (&m_audioThread, &QThread::finished, m_soundInput, &QObject::deleteLater);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user