1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Fix build on Windows

This commit is contained in:
David Rosca 2016-03-30 11:50:46 +02:00
parent 99dc966b4b
commit dfa04388c7
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
* Copyright (C) 2010-2016 David Rosca <nowrep@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -23,6 +23,7 @@
#include <QWebEnginePage>
#include "qzcommon.h"
#include "webhittestresult.h"
struct PluginSpec {
QString name;
@ -54,7 +55,6 @@ class QWheelEvent;
class WebView;
class WebPage;
class WebHitTestResult;
class PluginInterface
{

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - QtWebEngine based browser
* Copyright (C) 2015 David Rosca <nowrep@gmail.com>
* Copyright (C) 2015-2016 David Rosca <nowrep@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -23,9 +23,11 @@
#include <QString>
#include <QVariantMap>
#include "qzcommon.h"
class WebPage;
class WebHitTestResult
class QUPZILLA_EXPORT WebHitTestResult
{
public:
explicit WebHitTestResult(const WebPage *page, const QPoint &pos);