#ifndef MAPLIST_H #define MAPLIST_H #include #include "map.h" class MapList { public: static QList load(const QString &fileName); }; #endif // MAPLIST_H