Utils: Remove FileName::isNull

... and its uses in order to shrink the FileName interface.

Change-Id: I4b9a229d98ad53c4f189e381c89241981ddbed2e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2019-05-10 11:37:22 +02:00
parent c1488bbc25
commit dd304fc824
5 changed files with 13 additions and 14 deletions

View File

@@ -97,7 +97,6 @@ public:
using QString::clear;
using QString::isEmpty;
using QString::isNull;
private:
FileName(const QString &string);