[Licq-devel] deprecated functions

2003-07-06 Thread Juan F. Codagnone
hi, the __attribute__ ((__deprecated__)) feature of gcc can help us to remember what things will become useless. I attach a patch with an example. I've used config.h because is included in most of the files, at the top of them. I didn't test if all compiles fine (only the daemon), but you get t

[PATCH] cutilitydlg.cpp (was: [Licq-devel] Crash in current CVS))

2003-07-06 Thread Juan F. Codagnone
On Friday 04 July 2003 07:11, Christian B. Wiik wrote: > Easy reproducable: Utilities -> hostname -> Run -> Close window -> > crash. my fix. -- Buenos Aires, Argentina 13°C with winds at 5 km/h WNW Index: plugins/qt-gui//src/mainwin.cpp ==