Commit 0704d2be authored by Lars Knoll's avatar Lars Knoll Committed by Simon Hausmann
Browse files

Get rid of !this and similar constructs


The C++ standard doesn't allow calling member functions
on a mull object. Fix all such places, by moving the checks
to the caller where required.

Change-Id: I10fb22acaf0324d8ffd3a6d8e19152e5d32f56bb
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent e6794882
Showing with 103 additions and 117 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment