mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] CLogger: small refactoring
This commit is contained in:
@ -31,7 +31,7 @@ void CLogger::write(const QString &value)
|
||||
out.setCodec("UTF-8");
|
||||
#endif
|
||||
if ( m_file ) {
|
||||
#ifdef QT_VERSION_6
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5,14,0)
|
||||
out << text << Qt::endl;
|
||||
#else
|
||||
out << text << endl;
|
||||
|
||||
Reference in New Issue
Block a user