Skip to content

Commit

Permalink
Port xconfig to Qt5 - Quick workaround to bypass app crash at startup.
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
  • Loading branch information
Boris Barbulovski authored and Michal Marek committed Oct 14, 2015
1 parent 9bd36ed commit e484fe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,6 @@ void ConfigList::updateMenuList(P* parent, struct menu* menu)
enum prop_type type;

if (!menu) {
while ((item = parent->firstChild()))
item->parent()->removeChild(item);
delete item;
return;
}

Expand Down

0 comments on commit e484fe3

Please sign in to comment.