File indexing completed on 2024-04-14 03:43:34

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