File indexing completed on 2025-01-05 03:59:01
0001 // SPDX-License-Identifier: LGPL-2.1-or-later 0002 // 0003 // SPDX-FileCopyrightText: 2010 Harshit Jain <hjain.itbhu@gmail.com> 0004 // 0005 0006 #ifndef GEODATATIMEPRIMITIVEPRIVATE_H 0007 #define GEODATATIMEPRIMITIVEPRIVATE_H 0008 0009 #include "GeoDataTypes.h" 0010 0011 namespace Marble 0012 { 0013 0014 class GeoDataTimePrimitivePrivate 0015 { 0016 }; 0017 0018 } // namespace Marble 0019 0020 #endif //GEODATATIMEPRIMITIVEPRIVATE_H 0021