Utils: Remove unused FileName::chop

It's unused, and non-const, so not nice-to-have in the url-using case.

Change-Id: I5ec7d06e74b20b22a2fd8467222a135a6dcce814
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2019-05-10 08:51:34 +02:00
parent 2c3855431f
commit cf6421d3d1

View File

@@ -95,7 +95,6 @@ public:
FileName &appendString(const QString &str);
FileName &appendString(QChar str);
using QString::chop;
using QString::clear;
using QString::count;
using QString::isEmpty;