mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +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 "Application.h"
|
||||
|
||||
#include <QtWebKitWidgets/QWebFrame>
|
||||
#include <QtWebKit/QWebElement>
|
||||
|
||||
#define VIEW_FIXED_WIDTH 808
|
||||
#define SETTINGS_KEY_VERSION "info-version"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef __hifi__InfoView__
|
||||
#define __hifi__InfoView__
|
||||
|
||||
#include <QtWebKitWidgets>
|
||||
#include <QtWebKitWidgets/QWebView>
|
||||
|
||||
class InfoView : public QWebView
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue