Pokechu22 b6d476241a CodeViewWidget: Fix memory leak
Per https://doc.qt.io/qt-6/qabstractitemview.html#setItemDelegateForColumn setItemDelegateForColumn does not take ownership of the parameter, so it was not being deleted. Specifying a parent to QObject (via QStyledItemDelegate's constructor) will allow it to automatically be deleted, per https://doc.qt.io/qt-6/objecttrees.html. The other instance of a QItemDelegate in IOWindow.cpp already used this.
2023-02-17 18:29:32 -08:00
..
2023-02-17 18:29:32 -08:00
2023-01-31 19:41:24 +13:00
2018-07-07 00:48:38 +02:00
2021-07-13 16:43:28 +02:00
2022-11-27 03:47:12 +01:00
2023-01-31 18:46:02 +13:00
2021-07-13 16:43:28 +02:00
2023-02-09 18:36:20 +13:00
2023-01-31 19:41:24 +13:00
2023-01-31 19:41:24 +13:00
2023-01-22 14:50:30 +13:00
2022-06-21 13:35:14 -07:00
2022-06-21 13:35:14 -07:00
2018-07-07 00:48:38 +02:00
2023-01-31 19:41:24 +13:00
2022-06-30 15:26:48 -05:00