Make compile with Qt developer builds
subsurface/core/divesitehelpers.cpp: In member function 'virtual void ReverseGeoLookupThread::run()':
subsurface/core/divesitehelpers.cpp:128:12: error: invalid use of incomplete type 'class QDebug'
qDebug() << "no reverse geo lookup; geonames returned\n" << fullReply;
^
Signed-off-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
868fb9d5a9
commit
bf3cc2f64b
@ -8,6 +8,7 @@
|
||||
#include "divesite.h"
|
||||
#include "helpers.h"
|
||||
#include "membuffer.h"
|
||||
#include <QDebug>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user