Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ getFileNameList
Method
getFileNameList
lib/QuaZip/quazip/quazip.cpp:749–755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
747
}
748
749
QStringList QuaZip::getFileNameList() const
750
{
751
QStringList list;
752
if (!p->getFileInfoList(&list))
753
return QStringList();
754
return list;
755
}
756
757
QList<QuaZipFileInfo> QuaZip::getFileInfoList() const
758
{
Callers
3
getFileList
Method · 0.80
add
Method · 0.80
setFileNameCodec
Method · 0.80
Calls
1
getFileInfoList
Method · 0.80
Tested by
3
getFileList
Method · 0.64
add
Method · 0.64
setFileNameCodec
Method · 0.64