mirror of https://github.com/stella-emu/stella.git
Add 'TODO', to make sure we come back to this at some point.
This commit is contained in:
parent
1da8e2d388
commit
9fb45a0a88
|
@ -690,7 +690,7 @@ void DataGridWidget::endEditMode()
|
|||
editString().insert(0, 1, '#');
|
||||
break;
|
||||
case Common::Base::F_DEFAULT:
|
||||
default:
|
||||
default: // TODO - properly handle all other cases
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,7 +111,7 @@ RomListWidget::RomListWidget(GuiObject* boss, const GUI::Font& lfont,
|
|||
return (c >= '0' && c <= '9') || c == ' ';
|
||||
|
||||
case Common::Base::F_DEFAULT:
|
||||
default:
|
||||
default: // TODO - properly handle all other cases
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue