Warning, file /education/marble/src/thumbnailer/main.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // SPDX-FileCopyrightText: 2014 Friedrich W. H. Kossebau <kossebau@kde.org>
0002 // SPDX-License-Identifier: LGPL-2.1-or-later
0003 
0004 #include "thumbnailer.h"
0005 
0006 
0007 extern "C"
0008 {
0009 
0010 Q_DECL_EXPORT ThumbCreator *new_creator()
0011 {
0012     return new Marble::GeoDataThumbnailer;
0013 }
0014 
0015 }