mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 14:04:55 -04:00
Qt v5.15 compatibility
This commit is contained in:
@@ -274,5 +274,9 @@ void FoxLog::export_qsos (QTextStream& out) const
|
||||
<< ADIF_field {"operator", m_->configuration_->opCall ()}
|
||||
<< "<eor>";
|
||||
}
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
||||
out << endl;
|
||||
#else
|
||||
out << Qt::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user