diff options
author | Christian Strømme <[email protected]> | 2015-03-24 17:04:07 +0100 |
---|---|---|
committer | Christian Stromme <[email protected]> | 2015-04-24 15:58:44 +0000 |
commit | 7cc9a00b1bb3f2341894c54b248a742285e37463 (patch) | |
tree | ff492503703134b6d4d67947112f6c98478ad1eb | |
parent | b55f1e4f9e0ec9c1a4768352efe48bb2218a4a7e (diff) |
Fix include in qquickwebviewloadrequest.h
Change-Id: I71fd6504eb2501214c08476384fa8ef35b543965
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r-- | src/webview/qquickwebviewloadrequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qquickwebviewloadrequest.h b/src/webview/qquickwebviewloadrequest.h index 2810645..1d8731e 100644 --- a/src/webview/qquickwebviewloadrequest.h +++ b/src/webview/qquickwebviewloadrequest.h @@ -37,7 +37,7 @@ #ifndef QQUICKWEBVIEWREQUEST_H #define QQUICKWEBVIEWREQUEST_H -#include "qquickwebview.h" +#include <QtWebView/qquickwebview.h> #include <QtWebView/qwebview_global.h> #include <QObject> |