Marble

NullTinyWebBrowser.cpp
1// SPDX-License-Identifier: LGPL-2.1-or-later
2//
3// SPDX-FileCopyrightText: 2015 Gábor Péterffy <peterffy95@gmail.com>
4//
5
6#include "NullTinyWebBrowser.h"
7#include <QByteArray>
8
9namespace Marble
10{
11
12TinyWebBrowser::TinyWebBrowser(QWidget *parent)
13 : QWidget(parent)
14{
15}
16
17QByteArray TinyWebBrowser::userAgent(const QString &platform, const QString &plugin)
18{
19 return QByteArray();
20}
21
22void TinyWebBrowser::setWikipediaPath(const QString &relativeUrl)
23{
24}
25
26void TinyWebBrowser::print()
27{
28}
29
30}
31
32#include "moc_NullTinyWebBrowser.cpp"
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.