Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: qconf: remove some old bogus TODOs

The items described on those TODOs are already solved. So,
remove the comments.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Masahiro Yamada
e1f7769f b311142f

+1 -2
+1 -2
scripts/kconfig/qconf.cc
··· 837 837 838 838 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) 839 839 { 840 - QPoint p = e->pos(); // TODO: Check if this works(was contentsToViewport). 840 + QPoint p = e->pos(); 841 841 ConfigItem* item = (ConfigItem*)itemAt(p); 842 842 struct menu *menu; 843 843 enum prop_type ptype; ··· 1771 1771 1772 1772 /* 1773 1773 * ask for saving configuration before quitting 1774 - * TODO ask only when something changed 1775 1774 */ 1776 1775 void ConfigMainWindow::closeEvent(QCloseEvent* e) 1777 1776 {