File tree
Expand file treeCollapse file tree
15 files changed
+96
-72
lines changedFilter options
- examples/service/EchoControl
- src
- imports/service
- plugins/servicebackends
- android
- launchd
- standard
- systemd
- windows
- service
- tests/auto/service/TestBaseLib
Expand file treeCollapse file tree
15 files changed
+96
-72
lines changedexamples/service/EchoControl/controlwidget.cpp
Copy file name to clipboardExpand all lines: examples/service/EchoControl/controlwidget.cpp+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 |
| - |
59 |
| - |
| 58 | + |
| 59 | + |
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
|
src/imports/service/plugins.qmltypes
Copy file name to clipboardExpand all lines: src/imports/service/plugins.qmltypes+14-7Lines changed: 14 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 |
| - |
190 |
| - |
| 189 | + |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 |
| - |
194 | 193 |
|
195 | 194 |
|
196 |
| - |
197 |
| - |
| 195 | + |
198 | 196 |
|
199 | 197 |
|
200 | 198 |
|
| ||
212 | 210 |
|
213 | 211 |
|
214 | 212 |
|
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
215 | 221 |
|
216 | 222 |
|
217 | 223 |
|
218 | 224 |
|
219 | 225 |
|
220 | 226 |
|
221 | 227 |
|
222 |
| - |
| 228 | + |
223 | 229 |
|
224 | 230 |
|
225 | 231 |
|
226 | 232 |
|
227 |
| - |
| 233 | + |
228 | 234 |
|
229 | 235 |
|
230 | 236 |
|
| ||
240 | 246 |
|
241 | 247 |
|
242 | 248 |
|
| 249 | + |
243 | 250 |
|
244 | 251 |
|
245 | 252 |
|
|
src/plugins/servicebackends/android/androidservicecontrol.cpp
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/android/androidservicecontrol.cpp+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
| ||
105 | 104 |
|
106 | 105 |
|
107 | 106 |
|
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
108 | 112 |
|
109 | 113 |
|
110 | 114 |
|
|
src/plugins/servicebackends/android/androidservicecontrol.h
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/android/androidservicecontrol.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
|
src/plugins/servicebackends/launchd/launchdservicecontrol.cpp
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/launchd/launchdservicecontrol.cpp+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
| 25 | + |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
|
src/plugins/servicebackends/standard/standardservicecontrol.cpp
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/standard/standardservicecontrol.cpp+6-12Lines changed: 6 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
| ||
133 | 138 |
|
134 | 139 |
|
135 | 140 |
|
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
| 141 | + |
148 | 142 |
|
149 | 143 |
|
150 | 144 |
|
|
src/plugins/servicebackends/standard/standardservicecontrol.h
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/standard/standardservicecontrol.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
|
src/plugins/servicebackends/systemd/systemdservicecontrol.cpp
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/systemd/systemdservicecontrol.cpp+19-3Lines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
138 | 143 |
|
139 | 144 |
|
140 | 145 |
|
| ||
174 | 179 |
|
175 | 180 |
|
176 | 181 |
|
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
177 | 192 |
|
178 | 193 |
|
179 | 194 |
|
| ||
205 | 220 |
|
206 | 221 |
|
207 | 222 |
|
208 |
| - |
| 223 | + |
209 | 224 |
|
210 | 225 |
|
211 | 226 |
|
| ||
217 | 232 |
|
218 | 233 |
|
219 | 234 |
|
220 |
| - |
| 235 | + |
221 | 236 |
|
222 | 237 |
|
| 238 | + |
223 | 239 |
|
224 | 240 |
|
225 | 241 |
|
|
src/plugins/servicebackends/systemd/systemdservicecontrol.h
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/systemd/systemdservicecontrol.h+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
| 37 | + |
35 | 38 |
|
36 | 39 |
|
37 | 40 |
|
|
src/plugins/servicebackends/windows/windowsservicecontrol.cpp
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/windows/windowsservicecontrol.cpp+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 | 24 |
|
26 | 25 |
|
27 |
| - |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
| ||
116 | 115 |
|
117 | 116 |
|
118 | 117 |
|
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
119 | 123 |
|
120 | 124 |
|
121 | 125 |
|
|
src/plugins/servicebackends/windows/windowsservicecontrol.h
Copy file name to clipboardExpand all lines: src/plugins/servicebackends/windows/windowsservicecontrol.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/service/servicecontrol.cpp
Copy file name to clipboardExpand all lines: src/service/servicecontrol.cpp+10-22Lines changed: 10 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 43 | + |
48 | 44 |
|
49 | 45 |
|
50 | 46 |
|
51 | 47 |
|
52 |
| - |
| 48 | + |
53 | 49 |
|
54 | 50 |
|
55 | 51 |
|
56 | 52 |
|
57 | 53 |
|
58 | 54 |
|
59 | 55 |
|
60 |
| - |
| 56 | + |
61 | 57 |
|
62 | 58 |
|
63 | 59 |
|
64 | 60 |
|
65 |
| - |
| 61 | + |
66 | 62 |
|
67 | 63 |
|
68 | 64 |
|
| ||
77 | 73 |
|
78 | 74 |
|
79 | 75 |
|
80 |
| - |
| 76 | + |
81 | 77 |
|
82 |
| - |
| 78 | + |
83 | 79 |
|
84 | 80 |
|
85 | 81 |
|
| ||
135 | 131 |
|
136 | 132 |
|
137 | 133 |
|
138 |
| - |
| 134 | + |
139 | 135 |
|
140 | 136 |
|
141 | 137 |
|
| ||
181 | 177 |
|
182 | 178 |
|
183 | 179 |
|
184 |
| - |
| 180 | + |
185 | 181 |
|
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
| 182 | + |
| 183 | + |
196 | 184 |
|
197 | 185 |
|
198 | 186 |
|
|
0 commit comments