1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-02-06 18:51:57 +02:00
Nebuleon Fumika 891525aa94 Fix dynamic allocation of IconButton instances
Previously, IconButton instances to be added to button boxes were
allocated with new, but never freed with delete.

unique_ptr makes sure the buttons will be freed along with the button
box that owns them, or when code calls ButtonBox::clear.

The destructor of ButtonBox has been made redundant by this change, so
it's gone.
2014-08-16 05:17:31 +02:00
..
2013-08-09 03:13:02 +02:00
2010-07-04 03:04:42 +02:00
2013-07-29 13:02:06 -04:00
2014-08-14 05:08:36 +02:00
2014-08-15 17:27:09 +02:00
2010-02-04 12:33:47 +01:00
2011-12-23 14:03:05 +01:00
2011-10-23 12:46:52 +02:00
2014-08-07 16:48:30 +02:00
2014-08-15 13:56:20 +02:00
2011-12-23 14:03:05 +01:00
2011-12-23 14:03:05 +01:00
2011-12-23 14:03:05 +01:00
2011-12-23 14:03:05 +01:00
2011-10-23 11:32:16 +02:00
2011-10-23 16:13:02 +02:00
2012-06-14 23:45:57 +02:00
2012-06-14 23:45:57 +02:00
2011-12-23 14:03:05 +01:00