Chatterino
Qt.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QtGlobal>
4 
5 #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
6 namespace Qt {
7 const QString::SplitBehavior SkipEmptyParts = QString::SkipEmptyParts;
8 }
9 #endif