mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
utils added comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user