Commit e1f7769f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Masahiro Yamada

kconfig: qconf: remove some old bogus TODOs

The items described on those TODOs are already solved. So,
remove the comments.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent b311142f
...@@ -837,7 +837,7 @@ void ConfigList::mouseMoveEvent(QMouseEvent* e) ...@@ -837,7 +837,7 @@ void ConfigList::mouseMoveEvent(QMouseEvent* e)
void ConfigList::mouseDoubleClickEvent(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); ConfigItem* item = (ConfigItem*)itemAt(p);
struct menu *menu; struct menu *menu;
enum prop_type ptype; enum prop_type ptype;
...@@ -1771,7 +1771,6 @@ void ConfigMainWindow::showFullView(void) ...@@ -1771,7 +1771,6 @@ void ConfigMainWindow::showFullView(void)
/* /*
* ask for saving configuration before quitting * ask for saving configuration before quitting
* TODO ask only when something changed
*/ */
void ConfigMainWindow::closeEvent(QCloseEvent* e) void ConfigMainWindow::closeEvent(QCloseEvent* e)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment