File indexing completed on 2024-05-05 03:49:49

0001 #include "TileLayer.h"
0002 
0003 namespace Marble
0004 {
0005 
0006 TileLayer::TileLayer()
0007 {
0008 
0009 }
0010 
0011 QStringList TileLayer::renderPosition() const
0012 {
0013     return QStringList(QStringLiteral("SURFACE"));
0014 }
0015 
0016 
0017 }
0018 
0019 #include "moc_TileLayer.cpp"