Правки предупреждений

This commit is contained in:
2020-04-05 17:28:55 +03:00
parent c38781b2e7
commit ce596d8113
4 changed files with 17 additions and 17 deletions

View File

@ -12,7 +12,7 @@ int main( int argc, char** argv )
MQ::QTranslatorsList tl;
qDebug() << QObject::tr( "Yes" );
MQ::append_translators( tl, "example-qt-translators" );
MQ::append_translators( tl, QStringLiteral( "example-qt-translators" ) );
qDebug() << QObject::tr( "Yes" );
return( 0 );