MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / canOpenFile

Function canOpenFile

src/modinfodialog.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool canOpenFile(bool isArchive, const QString& filename)
65{
66 // can open non-executables that are not archives
67 return !isArchive && !isExecutableFilename(filename);
68}
69
70bool canExploreFile(bool isArchive, const QString&)
71{

Callers

nothing calls this directly

Calls 1

isExecutableFilenameFunction · 0.85

Tested by

no test coverage detected