erszcz / agrajag

Automatically exported from code.google.com/p/agrajag
0 stars 0 forks source link

Freeing owners and targets with signal and slots #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Several objects hold references to other objects which can become invalid
(ie. when referenced object is destroyed or moves out of screen).

Such references must be properly disposed of. Suggested way is through use
of signals and slots.

Original issue reported on code.google.com by tomasz.szymczyszyn@gmail.com on 22 Dec 2007 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by tomasz.szymczyszyn@gmail.com on 25 Dec 2007 at 1:11