hi friends,
Code:
const char *str; QString path; path = lineEdit->text(); [B]str = (const char *)path.latin1();[/B] // [B]str = (const char *)path.local8Bit());[/B]
but compilation gives error: ‘class QString’ has no member named ‘latin1’
or local8Bit() why its showing like this....
please help ..