AutoTest: Remove dead entities

Mostly unused functions which where planned to be used or
which have become obsolete due to numerous refactorings.

Change-Id: I1c951ad7902c3180c5cc8d8d6ec2d9fa58693701
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Christian Stenger
2023-10-30 09:05:35 +01:00
parent 0f91eb8de1
commit 55082abed0
10 changed files with 0 additions and 42 deletions

View File

@@ -45,7 +45,6 @@ public:
};
void clear() { m_cache.clear(); }
bool isEmpty() const { return m_cache.isEmpty(); }
QVariantMap toSettings(const T &valueToIgnore) const
{