Commit ae533adbede18c39c09192234b64dc52db997354
- Diff rendering mode:
- inline
- side by side
daemon/qudevpointer.h
(2 / 1)
|   | |||
| 151 | 151 | /** | |
| 152 | 152 | * @brief Test, if this pointer is 0. | |
| 153 | 153 | * | |
| 154 | * @return @c true, if the internal pointer is not 0, @false otherwise. | ||
| 154 | * @return @c true, if the internal pointer is not 0, @c false | ||
| 155 | * otherwise. | ||
| 155 | 156 | */ | |
| 156 | 157 | bool isNull() const { | |
| 157 | 158 | return !this->m_ptr; |

