Loading scripts/kconfig/qconf.cc +4 −4 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ void ConfigLineEdit::keyPressEvent(QKeyEvent* e) case Qt::Key_Return: case Qt::Key_Enter: sym_set_string_value(item->menu->sym, text().toLatin1()); parent()->updateList(item); parent()->updateList(); break; default: Parent::keyPressEvent(e); Loading Loading @@ -471,7 +471,7 @@ void ConfigList::setValue(ConfigItem* item, tristate val) return; if (oldval == no && item->menu->list) item->setExpanded(true); parent()->updateList(item); parent()->updateList(); break; } } Loading Loading @@ -505,7 +505,7 @@ void ConfigList::changeValue(ConfigItem* item) item->setExpanded(true); } if (oldexpr != newexpr) parent()->updateList(item); parent()->updateList(); break; case S_INT: case S_HEX: Loading Loading @@ -985,7 +985,7 @@ void ConfigList::setAllOpen(bool open) } } void ConfigView::updateList(ConfigItem* item) void ConfigView::updateList() { ConfigView* v; Loading scripts/kconfig/qconf.h +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ class ConfigView : public QWidget { public: ConfigView(QWidget* parent, const char *name = 0); ~ConfigView(void); static void updateList(ConfigItem* item); static void updateList(); static void updateListAll(void); bool showName(void) const { return list->showName; } Loading Loading
scripts/kconfig/qconf.cc +4 −4 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ void ConfigLineEdit::keyPressEvent(QKeyEvent* e) case Qt::Key_Return: case Qt::Key_Enter: sym_set_string_value(item->menu->sym, text().toLatin1()); parent()->updateList(item); parent()->updateList(); break; default: Parent::keyPressEvent(e); Loading Loading @@ -471,7 +471,7 @@ void ConfigList::setValue(ConfigItem* item, tristate val) return; if (oldval == no && item->menu->list) item->setExpanded(true); parent()->updateList(item); parent()->updateList(); break; } } Loading Loading @@ -505,7 +505,7 @@ void ConfigList::changeValue(ConfigItem* item) item->setExpanded(true); } if (oldexpr != newexpr) parent()->updateList(item); parent()->updateList(); break; case S_INT: case S_HEX: Loading Loading @@ -985,7 +985,7 @@ void ConfigList::setAllOpen(bool open) } } void ConfigView::updateList(ConfigItem* item) void ConfigView::updateList() { ConfigView* v; Loading
scripts/kconfig/qconf.h +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ class ConfigView : public QWidget { public: ConfigView(QWidget* parent, const char *name = 0); ~ConfigView(void); static void updateList(ConfigItem* item); static void updateList(); static void updateListAll(void); bool showName(void) const { return list->showName; } Loading