MCPcopy 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

160ShellMenu::ShellMenu(QMainWindow* mw) : m_mw(mw) {}
161
162void ShellMenu::addFile(QFileInfo fi)
163{
164 m_files.emplace_back(std::move(fi));
165}
166
167int ShellMenu::fileCount() const
168{

Callers 2

showShellMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected