Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ DummyMenu
Class
DummyMenu
src/envshell.cpp:28–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
class DummyMenu
29
{
30
public:
31
DummyMenu(QString s) : m_what(s) {}
32
33
const QString& what() const { return m_what; }
34
35
private:
36
QString m_what;
37
};
38
39
struct IdlsFreer
40
{
Callers
1
createIdls
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected