practicalswift e49b868cfe [qt] Remove excess logic
Replace …

```
if (foo) { return true; } else { return false; }
```

… with the equivalent …

```
return foo;
```
2017-05-18 20:48:14 +02:00
..
2017-01-27 21:22:35 +01:00
2016-12-01 16:14:45 -08:00
2017-05-17 13:15:07 -07:00
2017-05-18 20:48:14 +02:00
2016-12-12 11:08:47 -08:00
2017-05-17 13:15:07 -07:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-03-21 19:49:08 +01:00
2017-01-27 21:22:35 +01:00
2017-02-13 14:39:48 +09:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-04-03 12:32:32 +02:00
2017-01-14 21:45:32 +01:00
2017-02-17 15:28:28 -08:00
2017-04-21 05:58:31 -07:00
2017-03-17 04:37:43 +01:00
2017-03-17 04:37:43 +01:00