Skip to content

Commit e1f7769

Browse files
mchehabmasahir0y
authored andcommitted
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent b311142 commit e1f7769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/kconfig/qconf.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ void ConfigList::mouseMoveEvent(QMouseEvent* e)
837837

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

17721772
/*
17731773
* ask for saving configuration before quitting
1774-
* TODO ask only when something changed
17751774
*/
17761775
void ConfigMainWindow::closeEvent(QCloseEvent* e)
17771776
{

0 commit comments

Comments
 (0)