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

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

Port xconfig to Qt5 - Add(back) lineedit editing.

parent 5c60014b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@ void ConfigList::changeValue(ConfigItem* item)
	case S_INT:
	case S_HEX:
	case S_STRING:
		parent()->lineEdit->show(item);
		break;
	}
}