Channel search fix in loadChannels

This commit is contained in:
Mark Watkins 2014-08-07 00:08:55 +10:00
parent b83582744d
commit e26f901315

View File

@ -442,7 +442,7 @@ void loadChannels()
in >> lowerThresholdColor;
in >> upperThreshold;
in >> upperThresholdColor;
if (!chan) {
if (chan->isNull()) {
qDebug() << "loadChannels has idea about channel" << name;
if (in.atEnd()) return;
continue;