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
Post a Comment