Base: apply clang format

This commit is contained in:
wmayer
2023-11-10 18:27:44 +01:00
committed by WandererFan
parent 41528339e4
commit e85c383bff
154 changed files with 11874 additions and 9872 deletions

View File

@@ -26,10 +26,12 @@
#include "QtTools.h"
#if QT_VERSION < QT_VERSION_CHECK(5,14,0)
namespace Qt {
BaseExport QTextStream& endl(QTextStream& stream) {
return stream << QLatin1Char('\n') << flush;
}
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
namespace Qt
{
BaseExport QTextStream& endl(QTextStream& stream)
{
return stream << QLatin1Char('\n') << flush;
}
} // namespace Qt
#endif