On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson <tom.isaac...@navico.com>wrote:

> I've added a simple browser page to my application using the demo code in
> Qt 4.8 as a base:
> [QTDIR]\demos\browser
>
> This works fine in Windows, but when I rebuild the app and try it on my
> embedded Linux device it fails. While experimenting I found I could load
> www.google.com by resolving the IP address and using that instead. I
> added the following code to my app:
> QHostInfo hostInfo = QHostInfo::fromName(m_url);
>

Just to eliminate the obvious, "m_url" here contains a valid url?

-mandeep
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to