patches/qwebpage.sip.4.6.diff

Sun, 01 Apr 2012 11:36:18 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 01 Apr 2012 11:36:18 +0200
branch
5_2_x
changeset 1750
92bc629ca552
parent 260
21f7999b7abe
permissions
-rw-r--r--

Prepared release 5.2.1 of eric5.

228a229,231
> %If (Qt_4_6_0 -)
>         ErrorPageExtension,
> %End
230a234,242
> %If (Qt_4_6_0 -)
>     enum ErrorDomain
>     {
>         QtNetwork,
>         Http,
>         WebKit,
>     };
> %End
> 
318a331,367
>     };
> 
> %End
> 
> %If (Qt_4_6_0 -)
> 
>     class ErrorPageExtensionOption : QWebPage::ExtensionOption
>     {
> 
> %TypeHeaderCode
> #include <qwebpage.h>
> %End
> 
>     public:
>         QUrl url;
>         QWebFrame* frame;
>         QWebPage::ErrorDomain domain;
>         int error;
>         QString errorString;
>     };
> 
> %End
> %If (Qt_4_6_0 -)
> 
>     class ErrorPageExtensionReturn : QWebPage::ExtensionReturn
>     {
> 
> %TypeHeaderCode
> #include <qwebpage.h>
> %End
> 
>     public:
>         ErrorPageExtensionReturn();
>         QString contentType;
>         QString encoding;
>         QUrl baseUrl;
>         QByteArray content;

eric ide

mercurial