File tree Expand file tree Collapse file tree 8 files changed +36
-39
lines changed Expand file tree Collapse file tree 8 files changed +36
-39
lines changed Original file line number Diff line number Diff line change 122
122
<slot >accept()</slot >
123
123
<hints >
124
124
<hint type =" sourcelabel" >
125
- <x >248 </x >
126
- <y >254 </y >
125
+ <x >20 </x >
126
+ <y >20 </y >
127
127
</hint >
128
128
<hint type =" destinationlabel" >
129
- <x >157 </x >
130
- <y >274 </y >
129
+ <x >20 </x >
130
+ <y >20 </y >
131
131
</hint >
132
132
</hints >
133
133
</connection >
138
138
<slot >reject()</slot >
139
139
<hints >
140
140
<hint type =" sourcelabel" >
141
- <x >316 </x >
142
- <y >260 </y >
141
+ <x >20 </x >
142
+ <y >20 </y >
143
143
</hint >
144
144
<hint type =" destinationlabel" >
145
- <x >286 </x >
146
- <y >274 </y >
145
+ <x >20 </x >
146
+ <y >20 </y >
147
147
</hint >
148
148
</hints >
149
149
</connection >
Original file line number Diff line number Diff line change 76
76
<slot >accept()</slot >
77
77
<hints >
78
78
<hint type =" sourcelabel" >
79
- <x >248 </x >
80
- <y >254 </y >
79
+ <x >20 </x >
80
+ <y >20 </y >
81
81
</hint >
82
82
<hint type =" destinationlabel" >
83
- <x >157 </x >
84
- <y >274 </y >
83
+ <x >20 </x >
84
+ <y >20 </y >
85
85
</hint >
86
86
</hints >
87
87
</connection >
92
92
<slot >reject()</slot >
93
93
<hints >
94
94
<hint type =" sourcelabel" >
95
- <x >316 </x >
96
- <y >260 </y >
95
+ <x >20 </x >
96
+ <y >20 </y >
97
97
</hint >
98
98
<hint type =" destinationlabel" >
99
- <x >286 </x >
100
- <y >274 </y >
99
+ <x >20 </x >
100
+ <y >20 </y >
101
101
</hint >
102
102
</hints >
103
103
</connection >
Original file line number Diff line number Diff line change 237
237
<slot >accept()</slot >
238
238
<hints >
239
239
<hint type =" sourcelabel" >
240
- <x >248 </x >
241
- <y >254 </y >
240
+ <x >20 </x >
241
+ <y >20 </y >
242
242
</hint >
243
243
<hint type =" destinationlabel" >
244
- <x >157 </x >
245
- <y >274 </y >
244
+ <x >20 </x >
245
+ <y >20 </y >
246
246
</hint >
247
247
</hints >
248
248
</connection >
253
253
<slot >reject()</slot >
254
254
<hints >
255
255
<hint type =" sourcelabel" >
256
- <x >316 </x >
257
- <y >260 </y >
256
+ <x >20 </x >
257
+ <y >20 </y >
258
258
</hint >
259
259
<hint type =" destinationlabel" >
260
- <x >286 </x >
261
- <y >274 </y >
260
+ <x >20 </x >
261
+ <y >20 </y >
262
262
</hint >
263
263
</hints >
264
264
</connection >
Original file line number Diff line number Diff line change 19
19
<layout class =" QVBoxLayout" name =" verticalLayout" >
20
20
<item >
21
21
<widget class =" QTabWidget" name =" tabWidget" >
22
- <property name =" currentIndex" >
23
- <number >0</number >
24
- </property >
25
22
<widget class =" QWidget" name =" tabSignMessage" >
26
23
<attribute name =" title" >
27
24
<string >& Sign Message</string >
Original file line number Diff line number Diff line change 45
45
<slot >accept()</slot >
46
46
<hints >
47
47
<hint type =" sourcelabel" >
48
- <x >248 </x >
49
- <y >254 </y >
48
+ <x >20 </x >
49
+ <y >20 </y >
50
50
</hint >
51
51
<hint type =" destinationlabel" >
52
- <x >157 </x >
53
- <y >274 </y >
52
+ <x >20 </x >
53
+ <y >20 </y >
54
54
</hint >
55
55
</hints >
56
56
</connection >
61
61
<slot >reject()</slot >
62
62
<hints >
63
63
<hint type =" sourcelabel" >
64
- <x >316 </x >
65
- <y >260 </y >
64
+ <x >20 </x >
65
+ <y >20 </y >
66
66
</hint >
67
67
<hint type =" destinationlabel" >
68
- <x >286 </x >
69
- <y >274 </y >
68
+ <x >20 </x >
69
+ <y >20 </y >
70
70
</hint >
71
71
</hints >
72
72
</connection >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class RecentRequestEntry
18
18
public:
19
19
RecentRequestEntry () : nVersion(RecentRequestEntry::CURRENT_VERSION), id(0 ) { }
20
20
21
- static const int CURRENT_VERSION= 1 ;
21
+ static const int CURRENT_VERSION = 1 ;
22
22
int nVersion;
23
23
int64_t id;
24
24
QDateTime date;
@@ -46,7 +46,7 @@ class RecentRequestEntryLessThan
46
46
public:
47
47
RecentRequestEntryLessThan (int nColumn, Qt::SortOrder fOrder ):
48
48
column (nColumn), order(fOrder ) {}
49
- bool operator ()(RecentRequestEntry &left, RecentRequestEntry &right ) const ;
49
+ bool operator ()(RecentRequestEntry &left, RecentRequestEntry &right) const ;
50
50
51
51
private:
52
52
int column;
Original file line number Diff line number Diff line change 5
5
#include " splashscreen.h"
6
6
7
7
#include " clientversion.h"
8
- #include " util.h"
9
8
#include " ui_interface.h"
9
+ #include " util.h"
10
10
11
11
#include < QApplication>
12
12
#include < QPainter>
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class SendCoinsRecipient
56
56
// Empty if no authentication or invalid signature/cert/etc.
57
57
QString authenticatedMerchant;
58
58
59
- static const int CURRENT_VERSION= 1 ;
59
+ static const int CURRENT_VERSION = 1 ;
60
60
int nVersion;
61
61
62
62
IMPLEMENT_SERIALIZE
You can’t perform that action at this time.
0 commit comments