mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
QtWebKitWidgets fix #2
This commit is contained in:
parent
52f413b59c
commit
29c62d366f
2 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
|
|
||||||
|
#include <QtWebKitWidgets/QWebFrame>
|
||||||
|
#include <QtWebKit/QWebElement>
|
||||||
|
|
||||||
#define VIEW_FIXED_WIDTH 808
|
#define VIEW_FIXED_WIDTH 808
|
||||||
#define SETTINGS_KEY_VERSION "info-version"
|
#define SETTINGS_KEY_VERSION "info-version"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef __hifi__InfoView__
|
#ifndef __hifi__InfoView__
|
||||||
#define __hifi__InfoView__
|
#define __hifi__InfoView__
|
||||||
|
|
||||||
#include <QtWebKitWidgets>
|
#include <QtWebKitWidgets/QWebView>
|
||||||
|
|
||||||
class InfoView : public QWebView
|
class InfoView : public QWebView
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue