Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix build error in ctkLDAPExpr.cpp
Fix typo that was made recently when fixing deprecated QString::null. From Qt changes-5.9.0 document: QString::null is now deprecated. When used to construct a QString, use QString() instead. When used to compare to a QString, replace with QString::isNull(). fixes #925
- Loading branch information