Marble

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

KDE's Doxygen guidelines are available online.