File indexing completed on 2024-04-21 03:49:56

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2009 Bastian Holst <bastianholst@gmx.de>
0004 //
0005 
0006 // Own
0007 #include "StoragePolicy.h"
0008 
0009 using namespace Marble;
0010 
0011 StoragePolicy::StoragePolicy( QObject *parent )
0012     : QObject( parent )
0013 {}
0014 
0015 #include "moc_StoragePolicy.cpp"