utils added comment

This commit is contained in:
silverqx
2024-11-07 19:04:11 +01:00
parent 0a7bf066e7
commit 7898d2f2a9

View File

@@ -97,7 +97,7 @@ namespace Orm::Utils
/*! Split a string at the first given character. */
static QList<QStringView>
splitAtFirst(QStringView string, QChar separator,
Qt::SplitBehavior splitBehavior = Qt::KeepEmptyParts);
Qt::SplitBehavior splitBehavior = Qt::KeepEmptyParts); // Never change the Qt::KeepEmptyParts
/*! Count number of the given character before the given position. */
static QString::size_type countBefore(QString string, QChar character,