syncevolution/src/backends/kde
Patrick Ohly b8cbd5358f C++: avoid NULL
NULL is ambiguous (can be integer and pointer) and using it as
terminator for vararg list of pointers without explicit casting to a
pointer was downright incorrect. nullptr fixes that.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2020-12-05 21:28:08 +01:00
..
configure-sub.in Use ${PKG_CONFIG} instead of pkg-config. 2015-04-17 10:41:44 +02:00
kde.am autotools: avoid -lrt in make dependencies 2013-02-26 12:03:45 +01:00
KDEPlatform.cpp C++: avoid NULL 2020-12-05 21:28:08 +01:00
KDEPlatform.h password handling: fixed KWallet support, global configuration option 2012-05-30 09:09:00 +02:00
KDEPlatformRegister.cpp SyncContext + ConfigUserInterface: code refactoring 2012-03-09 07:25:11 +00:00