mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
qmlmapwidgethelper: remove stray test() method
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
5266a5e84b
commit
c68536ec56
2 changed files with 0 additions and 7 deletions
|
@ -4,8 +4,3 @@
|
|||
MapWidgetHelper::MapWidgetHelper(QObject *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
void MapWidgetHelper::test()
|
||||
{
|
||||
qDebug() << "test";
|
||||
}
|
||||
|
|
|
@ -11,8 +11,6 @@ class MapWidgetHelper : public QObject {
|
|||
public:
|
||||
explicit MapWidgetHelper(QObject *parent = NULL);
|
||||
|
||||
void test();
|
||||
|
||||
private:
|
||||
QObject *m_map;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue