From 438375148f77517c4e77e491f8e6ed455064ba02 Mon Sep 17 00:00:00 2001 From: Mauro Iazzi Date: Wed, 18 Nov 2009 13:58:43 +0100 Subject: [PATCH] webview must be local --- test/webview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/webview.lua b/test/webview.lua index af38ace..e168a27 100644 --- a/test/webview.lua +++ b/test/webview.lua @@ -16,7 +16,7 @@ url = QUrl.new(QString.new('http://'..address)) print('Loading site '..address..' ...') -webView = QWebView.new() +webView = QWebView.new_local() webView:setUrl(url) webView:show() -- 2.11.4.GIT