mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
c68536ec56
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
6 lines
129 B
C++
6 lines
129 B
C++
#include <QDebug>
|
|
#include "qmlmapwidgethelper.h"
|
|
|
|
MapWidgetHelper::MapWidgetHelper(QObject *parent) : QObject(parent)
|
|
{
|
|
}
|