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:
@ -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:
|
||||
|
Reference in New Issue
Block a user