/branches/Version13x/Scribus/scribus/cmykfw.cpp |
---|
606,12 → 606,12 |
int Rval, Gval, Bval, Kval; |
QTextStream tsC(&fiC); |
ColorEn = tsC.readLine(); |
if (ColorEn.length()>0 && ColorEn[0]==QChar('#')) |
continue; |
while (!tsC.atEnd()) |
{ |
ScColor tmp; |
ColorEn = tsC.readLine(); |
if (ColorEn.length()>0 && ColorEn[0]==QChar('#')) |
continue; |
QTextStream CoE(&ColorEn, IO_ReadOnly); |
CoE >> Rval; |
CoE >> Gval; |