Skip to content

Commit 5ec654b

Browse files
author
Philip Kaufmann
committed
[Qt] update paymentserver license and cleanup ordering
1 parent 4333e26 commit 5ec654b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/qt/paymentrequestplus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2011-2013 The Bitcoin developers
2-
// Distributed under the MIT/X11 software license, see the accompanying
1+
// Copyright (c) 2011-2014 The Bitcoin developers
2+
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
//

src/qt/paymentrequestplus.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2011-2013 The Bitcoin developers
2-
// Distributed under the MIT/X11 software license, see the accompanying
1+
// Copyright (c) 2011-2014 The Bitcoin developers
2+
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H

src/qt/paymentserver.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2011-2013 The Bitcoin developers
2-
// Distributed under the MIT/X11 software license, see the accompanying
1+
// Copyright (c) 2011-2014 The Bitcoin developers
2+
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include "paymentserver.h"
@@ -46,8 +46,8 @@
4646
#include <QUrlQuery>
4747
#endif
4848

49-
using namespace std;
5049
using namespace boost;
50+
using namespace std;
5151

5252
const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds
5353
const QString BITCOIN_IPC_PREFIX("bitcoin:");

src/qt/paymentserver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2011-2014 The Bitcoin developers
2-
// Distributed under the MIT/X11 software license, see the accompanying
2+
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_QT_PAYMENTSERVER_H
@@ -40,6 +40,8 @@
4040

4141
class OptionsModel;
4242

43+
class CWallet;
44+
4345
QT_BEGIN_NAMESPACE
4446
class QApplication;
4547
class QByteArray;
@@ -50,8 +52,6 @@ class QSslError;
5052
class QUrl;
5153
QT_END_NAMESPACE
5254

53-
class CWallet;
54-
5555
// BIP70 max payment request size in bytes (DoS protection)
5656
extern const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE;
5757

0 commit comments

Comments
 (0)