MCPcopy 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
28class DummyMenu
29{
30public:
31 DummyMenu(QString s) : m_what(s) {}
32
33 const QString& what() const { return m_what; }
34
35private:
36 QString m_what;
37};
38
39struct IdlsFreer
40{

Callers 1

createIdlsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected