Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ addFile
Method
addFile
src/envshell.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
ShellMenu::ShellMenu(QMainWindow* mw) : m_mw(mw) {}
161
162
void ShellMenu::addFile(QFileInfo fi)
163
{
164
m_files.emplace_back(std::move(fi));
165
}
166
167
int ShellMenu::fileCount() const
168
{
Callers
2
showShellMenu
Method · 0.45
stealModFilesIntoStructure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected