You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Generic File System" API is a file access API that lives in libqb.cpp. It's purpose is to abstract away some of the more platform-specific details, and the API is fairly self-contained beyond qbs usage. We should look to refactor it into it's own source file in libqb/, along with a header for the API to be defined.
The text was updated successfully, but these errors were encountered:
The "Generic File System" API is a file access API that lives in
libqb.cpp
. It's purpose is to abstract away some of the more platform-specific details, and the API is fairly self-contained beyondqbs
usage. We should look to refactor it into it's own source file inlibqb/
, along with a header for the API to be defined.The text was updated successfully, but these errors were encountered: