1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 03:59:15 +02:00

Yet another map load crash fix

This commit is contained in:
2020-12-10 01:09:23 +01:00
parent 743a937f41
commit 0f03ef4af7
5 changed files with 16 additions and 36 deletions

View File

@ -21,6 +21,7 @@ public:
void draw(QPainter *, const QRectF &, Flags) {}
bool isValid() const {return false;}
bool isReady() const {return false;}
QString errorString() const {return _errorString;}
private: