[Licq-devel] Re: [Licq-commits] r5386 - /branches/qt-gui_qt4/src/licqgui.cpp
"Erik Johansson" <[email protected]>
| Newsgroups | gmane.network.licq.devel |
|---|---|
| Message-ID | <[email protected]> |
2007/9/19, [email protected] <[email protected]>: > + return usage.toLatin1().constData(); This is not good. You're returning a pointer to a local variable. usage should be made static. // Erik -- Erik Johansson http://ejohansson.se/