We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989a870 commit 2eccd06Copy full SHA for 2eccd06
projects/lib/src/uciengine.cpp
@@ -353,7 +353,7 @@ QStringRef UciEngine::parseUciTokens(const QStringRef& first,
353
if (token == types[i])
354
{
355
if (type != -1)
356
- returreset.old000022/event.pgn:n token;
+ return token;
357
type = i;
358
newType = true;
359
break;
@@ -768,12 +768,6 @@ void UciEngine::parseLine(const QString& line)
768
m_sendOpponentsName = true;
769
else if (option->name() == "Ponder")
770
m_canPonder = true;
771
- //else if (option->name().startsWith("UCI_") &&
772
- // option->name() != "UCI_LimitStrength" &&
773
- // option->name() != "UCI_Elo")
774
- //{
775
- // // TODO: Deal with UCI features
776
- //}
777
else
778
779
addOption(option);
0 commit comments