File indexing completed on 2025-01-05 03:58:43
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 }