QtWebKitWidgets reference fix

This commit is contained in:
stojce 2013-09-09 22:11:44 +02:00
parent 3b2b09a67e
commit 52f413b59c
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -9,7 +9,7 @@
#ifndef __hifi__InfoView__
#define __hifi__InfoView__
#include <QWebView>
#include <QtWebKitWidgets>
class InfoView : public QWebView
{