mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -42,7 +42,7 @@ RDStringList RDStringList::split(const QChar &sep,const QString &str,
|
||||
const QString &esc)
|
||||
{
|
||||
if(esc.isEmpty()) {
|
||||
return (RDStringList)QStringList::split(sep,str);
|
||||
return (RDStringList)str.split(sep,QString::KeepEmptyParts);
|
||||
}
|
||||
RDStringList list;
|
||||
bool escape=false;
|
||||
|
Reference in New Issue
Block a user