Skip to content

Commit

Permalink
kconfig: qconf: remove some old bogus TODOs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mchehab authored and masahir0y committed Apr 8, 2020
1 parent b311142 commit e1f7769
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ void ConfigList::mouseMoveEvent(QMouseEvent* e)

void ConfigList::mouseDoubleClickEvent(QMouseEvent* e)
{
QPoint p = e->pos(); // TODO: Check if this works(was contentsToViewport).
QPoint p = e->pos();
ConfigItem* item = (ConfigItem*)itemAt(p);
struct menu *menu;
enum prop_type ptype;
Expand Down Expand Up @@ -1771,7 +1771,6 @@ void ConfigMainWindow::showFullView(void)

/*
* ask for saving configuration before quitting
* TODO ask only when something changed
*/
void ConfigMainWindow::closeEvent(QCloseEvent* e)
{
Expand Down

0 comments on commit e1f7769

Please sign in to comment.