1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 18:49:16 +02:00

Added missing virtual destructors

This commit is contained in:
2018-03-08 00:57:09 +01:00
parent d6746bc444
commit a21464d98d
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class Map : public QObject
public:
Map(QObject *parent = 0) : QObject(parent), _backgroundColor(Qt::white) {}
virtual ~Map() {}
virtual const QString &name() const = 0;