mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 16:53:53 +01:00
2018-08-08 Fred Gleason <fredg@paravelsystems.com>
* Modified all instances of 'QStringList::split()' calls to use 'QString::split()'.
This commit is contained in:
@@ -336,7 +336,7 @@ QString MainObject::ResolveItemWildcards(const QString &keyname,
|
||||
bool MainObject::ShouldCount(const QString &hdr)
|
||||
{
|
||||
bool ret=false;
|
||||
QStringList lines=QStringList::split("\n",hdr);
|
||||
QStringList lines=hdr.split("\n");
|
||||
int n;
|
||||
QString str;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user