Lioncash fd3d56740e game_list: Pass the parent constructor argument to the QWidget base class
If the control was ever passed an explicit parent, a potential memory leak
would happen, as the game list wouldn't be freed.

However, in our case, the game list was placed within a layout, which
automatically performs reparenting, avoiding this issue.
2016-12-11 11:45:50 +00:00
..
2016-12-01 16:38:46 +01:00
2016-10-20 12:26:59 -02:00
2016-03-21 20:03:18 +01:00
2016-11-11 09:58:55 -08:00