5#include <score_lib_base_export.h>
9#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0)
11QDebug operator<<(QDebug debug,
const std::string& obj);
14inline QStringList splitWithoutEmptyParts(
const QString& src,
const QString& sep)
16 return src.split(sep, Qt::SkipEmptyParts);