Skip to content

Commit

Permalink
Port xconfig to Qt5 - Remove some commented code.
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 b3c48f9 commit 5c60014
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ void ConfigItem::updateMenu(void)

data = sym_get_string_value(sym);

//int i = list->mapIdx(dataColIdx);
//if (i >= 0)
// setRenameEnabled(i, true);
setText(dataColIdx, data);
if (type == S_STRING)
prompt = QString("%1: %2").arg(prompt).arg(data);
Expand Down Expand Up @@ -1353,7 +1350,6 @@ ConfigMainWindow::ConfigMainWindow(void)
configList = configView->list;

helpText = new ConfigInfoView(split2, "help");
//helpText->setTextFormat(Qt::RichText);

setTabOrder(configList, helpText);
configList->setFocus();
Expand Down

0 comments on commit 5c60014

Please sign in to comment.