aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Westbrook <[email protected]>2014-02-07 00:12:55 -0800
committerAlan Westbrook <[email protected]>2014-02-07 00:12:55 -0800
commit1a1f3cb7e8eca4db3ca7f758580e8aa939c42bda (patch)
tree890c8e36bc195429167cf3a15a482f06c2be28dd /src
parentFix some URI handling weirdness in Qt (diff)
downloaddiscoin-1a1f3cb7e8eca4db3ca7f758580e8aa939c42bda.tar.xz
discoin-1a1f3cb7e8eca4db3ca7f758580e8aa939c42bda.zip
QUrl predec
This actually should not have worked for me. Oh Qt.
Diffstat (limited to 'src')
-rw-r--r--src/qt/paymentserver.h1
1 files changed, 1 insertions, 0 deletions
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
{