MCPcopy Create free account
hub / github.com/bumptop/BumpTop / isIdenticalPath

Method isIdenticalPath

trunk/win/Source/BT_FileSystemManager.cpp:1266–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266bool FileSystemManager::isIdenticalPath( const QString& pathA, const QString& pathB )
1267{
1268 QString pa = pathA.trimmed();
1269 QString pb = pathB.trimmed();
1270 return (pa.compare(pb, Qt::CaseInsensitive) == 0);
1271}

Callers 15

isWidgetOverrideActorMethod · 0.80
launchWidgetOverrideMethod · 0.80
isInPileMethod · 0.80
onFileAddedMethod · 0.80
onFileRemovedMethod · 0.80
onFileNameChangedMethod · 0.80
onFileModifiedMethod · 0.80
getBumpObjectsMethod · 0.80
getFileSystemActorsMethod · 0.80
onFileAddedMethod · 0.80

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected