mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
subsurfacewebservices.cpp: add QDebug include
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8053a61442
commit
aa7f2eeb8a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <QXmlStreamReader>
|
||||
#include <qdesktopservices.h>
|
||||
#include <QShortcut>
|
||||
#include <QDebug>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#include <unistd.h> // for dup(2)
|
||||
|
|
Loading…
Reference in a new issue