diff --git a/src/map/map.h b/src/map/map.h index 7e2c458e..9641db22 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -37,11 +37,11 @@ public: virtual void load() {} virtual void unload() {} - void setBackgroundColor(const QColor &color) {_backgroundColor = color;} - virtual bool isValid() const {return true;} virtual QString errorString() const {return QString();} + void setBackgroundColor(const QColor &color) {_backgroundColor = color;} + signals: void loaded();