Why do I get this error?

Dirk Mueller mueller at kde.org
Sun Nov 10 16:47:03 GMT 2002


On Son, 10 Nov 2002, Waldo Bastian wrote:

> QCString can be cast to const char* but not to char *. You probably need:
>   const_cast<char*>(mHost.local8Bit().data());

Euhm, QCString::data() returns char* not const char*


-- 
Dirk (received 188 mails today)




More information about the kde-core-devel mailing list