From 1a1f3cb7e8eca4db3ca7f758580e8aa939c42bda Mon Sep 17 00:00:00 2001 From: Alan Westbrook Date: Fri, 7 Feb 2014 00:12:55 -0800 Subject: [PATCH] QUrl predec This actually should not have worked for me. Oh Qt. --- src/qt/paymentserver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index f1ffc9008..43b20915c 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -33,6 +33,7 @@ class QApplication; class QLocalServer; +class QUrl; class PaymentServer : public QObject {