diff options
author | Boris Barbulovski <bbarbulovski@gmail.com> | 2015-09-22 14:36:34 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2015-10-14 08:59:04 -0400 |
commit | e336b9f1325acb65121c6911f6f0bd057073db6a (patch) | |
tree | 4d3e9b325c153c58c737ca443b0038914d471a98 /scripts | |
parent | 5c60014b4ee8dd02f0d10a8995cd1859a479c0dc (diff) |
Port xconfig to Qt5 - Add(back) lineedit editing.
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/qconf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 6b3442cd07f2..b03cfadbd9ef 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
@@ -518,6 +518,7 @@ void ConfigList::changeValue(ConfigItem* item) | |||
518 | case S_INT: | 518 | case S_INT: |
519 | case S_HEX: | 519 | case S_HEX: |
520 | case S_STRING: | 520 | case S_STRING: |
521 | parent()->lineEdit->show(item); | ||
521 | break; | 522 | break; |
522 | } | 523 | } |
523 | } | 524 | } |