| 2177 | }; |
| 2178 | |
| 2179 | QuitMenu::QuitMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands ) |
| 2180 | : MenuBase( parent, sound_engine ) |
| 2181 | , host_commands_(host_commands) |
| 2182 | {} |
| 2183 | |
| 2184 | QuitMenu::~QuitMenu() |
| 2185 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected