[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Akarsh Simha
akarshsimha at gmail.com
Sun May 31 09:08:05 CEST 2009
> SVN commit 975683 by prakash:
>
> Instead of creating new instances of WUTDialog, FindDialog, LocationDialog, creating a QPointer version of it and deleting the memory allocated on the close of the corresponding dialogs.
This shouldn't make a difference, as long as WUTDialog, etc are
declared local to the scope of the function - they will be anyway
destroyed when the function returns. I suggest you revert this patch,
as pointers are less readable.
Regards
Akarsh
More information about the Kstars-devel
mailing list