| 5954 | } |
| 5955 | |
| 5956 | LibraryManager* WindowsSystem::GetLibraryManager() |
| 5957 | { |
| 5958 | return libraryManager; |
| 5959 | } |
| 5960 | |
| 5961 | bool WindowsSystem::GetShortPathName( QString fullPathName, QString &shortPathName ) |
| 5962 | { |
no outgoing calls
no test coverage detected