251 6dda059bde [qt] Simplifies boolean expression model && model->haveWatchOnly()
The boolean expression model && model->haveWatchOnly() can be simplified to model->haveWatchOnly(), because if (!model || !model->getOptionsModel()) { return; } guards against a potential dereferenced null pointer.
2018-01-02 01:06:23 +01:00
..
2017-12-23 11:03:17 +01:00
2017-09-29 16:02:39 +02:00
2017-12-19 16:44:57 -05:00
2017-12-13 20:08:49 +09:00
2017-12-20 18:47:55 +13:00
2017-12-20 18:47:55 +13:00
2017-10-29 21:12:12 +08:00
2017-07-22 09:55:57 +02:00