forked from qt-creator/qt-creator
ADS: Remove unused function pathsWithTildeHomePath()
Change-Id: I42e772e663c912acaa788d96b1bcfe80b09219b5 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -110,13 +110,6 @@ QStringList pathsToBaseNames(const QStringList &paths)
|
||||
[](const QString &path) { return QFileInfo(path).completeBaseName(); });
|
||||
}
|
||||
|
||||
QStringList pathsWithTildeHomePath(const QStringList &paths)
|
||||
{
|
||||
return Utils::transform(paths, [](const QString &path) {
|
||||
return Utils::withTildeHomePath(QDir::toNativeSeparators(path));
|
||||
});
|
||||
}
|
||||
|
||||
QVariant WorkspaceModel::data(const QModelIndex &index, int role) const
|
||||
{
|
||||
QVariant result;
|
||||
|
Reference in New Issue
Block a user