Warning, file /education/marble/src/lib/marble/blendings/Blending.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: 2010 Jens-Michael Hoffmann <jmho@c-xx.com>
0002 //
0003 // SPDX-License-Identifier: LGPL-2.1-or-later
0004 
0005 #include "Blending.h"
0006 
0007 namespace Marble
0008 {
0009 
0010 Blending::~Blending()
0011 {
0012 }
0013 
0014 }