mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
indentation
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
9c35f88a35
commit
ea7d97bc55
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ public:
|
|||
|
||||
QRegExp();
|
||||
explicit QRegExp(const QString &pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive,
|
||||
PatternSyntax syntax = RegExp);
|
||||
PatternSyntax syntax = RegExp);
|
||||
QRegExp(const QRegExp &rx);
|
||||
~QRegExp();
|
||||
QRegExp &operator=(const QRegExp &rx);
|
||||
|
|
|
@ -368,7 +368,7 @@ QString QStringList::join(const QString &sep) const
|
|||
|
||||
QString res;
|
||||
if (totalLength == 0)
|
||||
return res;
|
||||
return res;
|
||||
res.reserve(totalLength);
|
||||
for (int i = 0; i < size(); ++i) {
|
||||
if (i)
|
||||
|
|
Loading…
Add table
Reference in a new issue