Don't crash on startup if recent map can't be loaded. Write logs to porymap.log file

This commit is contained in:
Marcus Huderle
2018-12-20 17:30:35 -06:00
parent 761c25ee4c
commit 40257193a4
20 changed files with 198 additions and 90 deletions

View File

@@ -4,7 +4,6 @@
#include <QString>
#include <QPixmap>
#include <QMap>
#include <QDebug>
class EventType
{

View File

@@ -13,7 +13,6 @@ public:
friend QDebug operator<<(QDebug debug, const HealLocation &hl);
public:
//QString group;
QString name;
int index;
uint16_t x;

View File

@@ -11,7 +11,6 @@
#include <QPixmap>
#include <QObject>
#include <QDebug>
#include <QGraphicsPixmapItem>
#include <math.h>

View File

@@ -2,7 +2,6 @@
#define MAPCONNECTION_H
#include <QString>
#include <QDebug>
class MapConnection {
public: