Include QDebug header - otherwise a compile error

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-28 09:58:49 +02:00 committed by Dirk Hohndel
parent ce1f69f025
commit 6cf3355508

View file

@ -12,6 +12,7 @@
#include <QWebElement>
#include <QWebFrame>
#include <QWebPage>
#include <QDebug>
struct product {
const char *product;