Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e484fe3a authored by Boris Barbulovski's avatar Boris Barbulovski Committed by Michal Marek
Browse files

Port xconfig to Qt5 - Quick workaround to bypass app crash at startup.

parent 9bd36ed3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
	}