foreach++, globals--, const& params++, new--, uninit mem usage--, mem leaks-- (still a lot to go)

This commit is contained in:
Mathias Panzenböck
2014-02-16 00:37:54 +01:00
parent 683fa64f01
commit 904a843b93
17 changed files with 213 additions and 208 deletions

View File

@ -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() {