Skip to content

Commit

Permalink
Port xconfig to Qt5 - Disable ConfigList soring
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 5c6f155 commit a5225e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit a5225e9

Please sign in to comment.