[commonqt-devel] sw_make_qstring

Примаков А.С. darkman at yug.com.ua
Wed Feb 17 13:21:11 UTC 2010


Hi.

How to invoke "QString::fromUtf8" ? 

CL-USER> (qt::find-qclass "QString")
NIL
CL-USER> 

If this imposible, why

void*
sw_make_qstring(char *str)
{
        return new QString(str);
}

instead of

void*
sw_make_qstring(char *str)
{
        return new QString(QString::fromUtf8(str));
}

---
Alexandr Darkman
**********************************************************************************************
IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the 
named recipient(s) only.
If you have received this email in error, please notify the system manager or the sender immediately and do 
not disclose the contents to anyone or make copies thereof.
*** eSafe scanned this email for viruses, vandals, and malicious content. ***
**********************************************************************************************





More information about the commonqt-devel mailing list