From 9c125a0583178cba945adc1e8ae1202d6adb06d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 28 Apr 2018 16:14:03 +0200 Subject: [PATCH] Cosmetics --- src/map/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();