File indexing completed on 2025-01-05 03:59:31

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2009 Jens-Michael Hoffmann <jensmh@gmx.de>
0004 // SPDX-FileCopyrightText: 2012 Bernhard Beschow <bbeschow@cs.tu-berlin.de>
0005 //
0006 
0007 #include "PluginInterface.h"
0008 
0009 namespace Marble
0010 {
0011 
0012 PluginInterface::~PluginInterface()
0013 {
0014 }
0015 
0016 QString PluginInterface::aboutDataText() const
0017 {
0018     return QString();
0019 }
0020 
0021 } // namespace Marble