Marble

NullMarbleWebView.h
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 //
3 // SPDX-FileCopyrightText: 2015 Gábor Péterffy <[email protected]>
4 //
5 
6 #ifndef NULLMARBLEWEBVIEW_H
7 #define NULLMARBLEWEBVIEW_H
8 
9 #include <QWidget>
10 #include <QUrl>
11 
12 #include "marble_export.h"
13 
14 
15 class MARBLE_EXPORT MarbleWebView : public QWidget
16 {
17  Q_OBJECT
18 public:
19  explicit MarbleWebView(QWidget *parent = 0);
20  void setUrl(const QUrl & url);
21 };
22 
23 #endif // NULLMARBLEWEBVIEW_H
24 
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Oct 4 2023 04:09:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.