Using qPrintable to get the 'char *' string from QString (it really is
commit9d31a7b316cf197ec3c250601f69c664c702f4f4
authorAdenilson Cavalcanti <adenilson@t60ade.(none)>
Fri, 30 Jan 2009 19:41:42 +0000 (30 15:41 -0400)
committerAdenilson Cavalcanti <adenilson@t60ade.(none)>
Fri, 30 Jan 2009 19:41:42 +0000 (30 15:41 -0400)
tree33d3662efea4f5e31ef8ab83c98a80341ab9fcde
parent1a9cda3f176fb292d22bcb086f7479c515d48a43
Using qPrintable to get the 'char *' string from QString (it really is
just a macro to "str.toLocal8Bit().constData() " but is a shortcut anyway).
googledataresource.cpp