File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
//
Original file line number Diff line number Diff line change 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
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H
Original file line number Diff line number Diff line change 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
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include " paymentserver.h"
46
46
#include < QUrlQuery>
47
47
#endif
48
48
49
- using namespace std ;
50
49
using namespace boost ;
50
+ using namespace std ;
51
51
52
52
const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000 ; // milliseconds
53
53
const QString BITCOIN_IPC_PREFIX (" bitcoin:" );
Original file line number Diff line number Diff line change 1
1
// 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
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#ifndef BITCOIN_QT_PAYMENTSERVER_H
40
40
41
41
class OptionsModel ;
42
42
43
+ class CWallet ;
44
+
43
45
QT_BEGIN_NAMESPACE
44
46
class QApplication ;
45
47
class QByteArray ;
@@ -50,8 +52,6 @@ class QSslError;
50
52
class QUrl ;
51
53
QT_END_NAMESPACE
52
54
53
- class CWallet ;
54
-
55
55
// BIP70 max payment request size in bytes (DoS protection)
56
56
extern const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE;
57
57
You can’t perform that action at this time.
0 commit comments