mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-17 12:24:24 +02:00
Map sources are now readed from config file
This commit is contained in:
14
src/maplist.h
Normal file
14
src/maplist.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef MAPLIST_H
|
||||
#define MAPLIST_H
|
||||
|
||||
#include <QList>
|
||||
#include "map.h"
|
||||
|
||||
|
||||
class MapList
|
||||
{
|
||||
public:
|
||||
static QList<Map*> load(const QString &fileName);
|
||||
};
|
||||
|
||||
#endif // MAPLIST_H
|
Reference in New Issue
Block a user