nextcloud-desktop/shell_integration/windows/OCContextMenu
Michael Schuster 456c1eadbe
Simplify nullptr comparisons where appropriate
Make the codebase consistent, we already have a lot of implicit pointer comparisons.

Exception: Stay explicit on return's, example:
  return _db != nullptr;

Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-06-11 00:27:30 +02:00
..
CMakeLists.txt
dllmain.cpp Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
OCClientInterface.cpp
OCClientInterface.h
OCContextMenu.cpp Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
OCContextMenu.def
OCContextMenu.h
OCContextMenu.rc
OCContextMenu.vcxproj
OCContextMenu.vcxproj.filters
OCContextMenuFactory.cpp Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
OCContextMenuFactory.h
OCContextMenuRegHandler.cpp Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
OCContextMenuRegHandler.h
RegDelnode.h Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
resource.h
stdafx.cpp
stdafx.h
targetver.h