FGx
1
src
mpmap
xwebpage.h
1
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
2
// FGx FlightGear Launcher // xwebpage.h
3
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
4
// (c) 2010-2012
5
// Yves Sablonier, Pete Morgan
6
// Geoff McLane
7
// GNU GPLv2, see main.cpp and shipped licence.txt for further information
8
9
#ifndef XWEBPAGE_H
10
#define XWEBPAGE_H
11
12
#include <QWebPage>
13
14
class
XWebPage
:
public
QWebPage {
15
16
Q_OBJECT
17
public
:
18
19
explicit
XWebPage
(QObject *parent = 0);
20
21
void
javaScriptConsoleMessage (
const
QString & message,
int
lineNumber,
const
QString & sourceID );
22
23
signals:
24
25
public
slots:
26
27
};
28
29
#endif // XWEBPAGE_H
XWebPage
Definition:
xwebpage.h:14
Generated on Fri Nov 18 2016 05:39:25 for FGx by
1.8.12