forked from qt-creator/qt-creator
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:
@@ -232,9 +232,5 @@ QTCREATOR_UTILS_EXPORT QTextStream &operator<<(QTextStream &s, const FilePath &f
|
||||
|
||||
bool isRelativePathHelper(const QString &path, OsType osType);
|
||||
|
||||
// For testing
|
||||
QTCREATOR_UTILS_EXPORT QString doCleanPath(const QString &input);
|
||||
QTCREATOR_UTILS_EXPORT QString cleanPathHelper(const QString &path);
|
||||
|
||||
} // namespace Utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user