mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "divesite.h"
|
||||
#include "helpers.h"
|
||||
#include "membuffer.h"
|
||||
#include <QDebug>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
|
|
Loading…
Add table
Reference in a new issue