mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +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:
@@ -173,7 +173,7 @@ void RDCddbLookup::readyReadData()
|
||||
case 2: // Query Response
|
||||
switch(code) {
|
||||
case 200: // Exact Match
|
||||
f0=f0.split(" ",line,true);
|
||||
f0=line.split(" ");
|
||||
if(f0.size()>=4) {
|
||||
lookup_record->setDiscId(f0[2].toInt(&ok,16));
|
||||
if(!ok) {
|
||||
|
||||
Reference in New Issue
Block a user