Linter fixes
This commit is contained in:
committed by
Chris Hennes
parent
ec1da540c6
commit
dd59cce8e9
@@ -97,8 +97,6 @@ bool Library::isRoot(const QString& path) const
|
||||
{
|
||||
QString localPath = getLocalPath(path);
|
||||
QString cleanPath = getLocalPath(QStringLiteral(""));
|
||||
std::string pLocal = localPath.toStdString();
|
||||
std::string pclean = cleanPath.toStdString();
|
||||
return (cleanPath == localPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user