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