1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-25 03:42:48 +02:00
Nextcloud-Desktop/shell_integration/windows
Michael Schuster ad524e8a61
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>
(cherry picked from commit 456c1eadbe)
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-06-11 02:19:57 +02:00
..
OCContextMenu Simplify nullptr comparisons where appropriate 2020-06-11 02:19:57 +02:00
OCOverlays Simplify nullptr comparisons where appropriate 2020-06-11 02:19:57 +02:00
OCUtil Fix nullptr regression in RegistryUtil::ReadRegistry 2020-06-10 04:14:28 +02:00
CMakeLists.txt Build Explorer extension if building with MSVC 2018-01-13 13:58:17 +01:00
OCShellExtensions.sln Windows shell integration: Make the share entry work by adding a Sleep 2015-01-23 15:43:03 +01:00