From cf6421d3d1409eb68a7dda2c21ec3ee4e9c57f50 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 10 May 2019 08:51:34 +0200 Subject: [PATCH] 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 --- src/libs/utils/fileutils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/utils/fileutils.h b/src/libs/utils/fileutils.h index 5ff7cf8b674..50e69c2fc44 100644 --- a/src/libs/utils/fileutils.h +++ b/src/libs/utils/fileutils.h @@ -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;