mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Added I18N for PQs, initial version. Hence resource file and language files. Changed samplesphysicalquantities to check some I18N topics.
This commit is contained in:
@@ -225,7 +225,7 @@ namespace BlackMisc
|
||||
if (m_file->handle() == -1)
|
||||
{
|
||||
if ( !m_file->open(QIODevice::WriteOnly) )
|
||||
printf ("Can't open log file '%s': %s\n", m_fileName.toLatin1().constData(), strerror (errno));
|
||||
printf ("Can't open log file '%s': %s\n", m_fileName.toLatin1().constData(), strerror(errno));
|
||||
}
|
||||
|
||||
if (m_file->handle() != -1)
|
||||
|
||||
Reference in New Issue
Block a user