mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fix another CLang++ warning
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6410 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a3c1c768ef
commit
16cec2e7df
@ -1021,11 +1021,11 @@ void MainWindow::save_wave_file (QString const& name, short const * data, int se
|
||||
.arg (m_hisCall)
|
||||
.arg (m_hisGrid).toLocal8Bit () : ""});
|
||||
BWFFile::InfoDictionary list_info {
|
||||
{{'I','S','R','C'}, source.toLocal8Bit ()},
|
||||
{{'I','S','F','T'}, program_title (revision ()).simplified ().toLocal8Bit ()},
|
||||
{{'I','C','R','D'}, QDateTime::currentDateTime ()
|
||||
{{{'I','S','R','C'}}, source.toLocal8Bit ()},
|
||||
{{{'I','S','F','T'}}, program_title (revision ()).simplified ().toLocal8Bit ()},
|
||||
{{{'I','C','R','D'}}, QDateTime::currentDateTime ()
|
||||
.toString ("yyyy-MM-ddTHH:mm:ss.zzzZ").toLocal8Bit ()},
|
||||
{{'I','C','M','T'}, comment.toLocal8Bit ()},
|
||||
{{{'I','C','M','T'}}, comment.toLocal8Bit ()},
|
||||
};
|
||||
BWFFile wav {format, name, list_info};
|
||||
wav.open (BWFFile::WriteOnly);
|
||||
|
Loading…
Reference in New Issue
Block a user