Kstars

qtendl.h
1#ifndef QTENDL_H
2#define QTENDL_H
3
4#include <QTextStream>
5
6#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
7namespace Qt
8{
9 static auto endl = ::endl;
10}
11#endif
12
13#endif // QTENDL_H
QTextStream & endl(QTextStream &stream)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.