foreach++, globals--, const& params++, new--, uninit mem usage--, mem leaks-- (still a lot to go)
This commit is contained in:
@ -98,7 +98,7 @@ void LayoutEdit::updateLayoutList() {
|
||||
CLayouts->clear();
|
||||
QStringList layouts = lm->getLayoutNames();
|
||||
CLayouts->insertItems(-1, layouts);
|
||||
CLayouts->setCurrentIndex(layouts.indexOf(lm->CurrentLayout));
|
||||
CLayouts->setCurrentIndex(layouts.indexOf(lm->currentLayout));
|
||||
}
|
||||
|
||||
void LayoutEdit::updateJoypadWidgets() {
|
||||
|
Reference in New Issue
Block a user