qt - C++ QtWebkit app fail without error -



qt - C++ QtWebkit app fail without error -

i'm working on application works html code , receives info it. utilize qtwebkit qwebelement parsing html code, application crashes without error, error occurs when:

qwebframe *frame; frame->sethtml("<div class=\"some\">some</div>"); // app fail without error

this first utilize of library code, code around has no effect.

i utilize netbeans on ubuntu , version of qt 4.6, library loaded qtwebkit.

c++ qt crash qtwebkit

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -