File indexing completed on 2024-03-24 15:18:22

0001 #ifndef QTSKIPEMPTYPARTS_H
0002 #define QTSKIPEMPTYPARTS_H
0003 
0004 #include <QString>
0005 
0006 #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
0007 namespace Qt
0008 {
0009     static auto SkipEmptyParts = QString::SkipEmptyParts;
0010 }
0011 #endif
0012 
0013 #endif // QTSKIPEMPTYPARTS_H