File indexing completed on 2024-04-14 03:47:42

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2012 Bernhard Beschow <bbeschow@cs.tu-berlin.de>
0004 //
0005 
0006 #include "DialogConfigurationInterface.h"
0007 
0008 namespace Marble
0009 {
0010 
0011 DialogConfigurationInterface::~DialogConfigurationInterface()
0012 {
0013 }
0014 
0015 }