Utils: Add tst_filepath

Moves all tests that are applicable only to FilePath over from
tst_fileutils.

Change-Id: Ic331e1470a7479ee2f8ba38baec84124982a000a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-02-09 13:58:01 +01:00
parent a8d6229898
commit d5a9e28a96
10 changed files with 1820 additions and 1427 deletions

View File

@@ -293,6 +293,9 @@ public:
std::function<void(const FilePath &, const Environment &)> openTerminal;
};
// For testing
QTCREATOR_UTILS_EXPORT QString doCleanPath(const QString &input);
} // Utils
Q_DECLARE_METATYPE(Utils::FilePath)