Kstars

qtskipemptyparts.h
1#ifndef QTSKIPEMPTYPARTS_H
2#define QTSKIPEMPTYPARTS_H
3
4#include <QString>
5
6#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
7namespace Qt
8{
9 static auto SkipEmptyParts = QString::SkipEmptyParts;
10}
11#endif
12
13#endif // QTSKIPEMPTYPARTS_H
SkipEmptyParts
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.