Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-06-27 18:12:52 +0300
committerGitHub <noreply@github.com>2020-06-27 18:12:52 +0300
commit2caae7960e3da0aac943c3eac82b55420c4a2721 (patch)
treea0d5dc517799c08698b9f8f7ca0a4e039d478436 /overlay/d3d11.cpp
parentb1e8910c606c9f4e88e0f9016b54367643762696 (diff)
parent01db6e219d098a2eccbb7b72ef3a24ad6c2dbbda (diff)
Merge pull request #4317: REFAC(client): replace NULL and Q_NULLPTR with nullptr
This changes all occurances of NULL and Q_NULLPTR in the mumble source dir to nullptr. Additionally comparisons with NULL were changed to if(pointer) if it would not be confusing. (e.g. booleans as parameters setEnabled(pointer != nullptr)). I plan to do the rest of the code, however it is probably best not to do everything at once. Obviously I couldn't check everything for regressions. It compiles and I did not experience any problems though. Implements #3763 (partly)
Diffstat (limited to 'overlay/d3d11.cpp')
0 files changed, 0 insertions, 0 deletions