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

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

Port xconfig to Qt5 - Disable ConfigList soring

parent 5c6f1554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ ConfigList::ConfigList(ConfigView* p, const char *name)
	int i;

	setObjectName(name);
	setSortingEnabled(-1);
	setSortingEnabled(false);
	setRootIsDecorated(true);

	setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value"));