MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Exit

Method Exit

src/render_panel/gr_application.cpp:159–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 void GrApplication::Exit() {
160 if (win_msg_loop_) {
161 win_msg_loop_->Stop();
162 }
163 if (win_msg_thread_ && win_msg_thread_->IsJoinable()) {
164 win_msg_thread_->Join();
165 }
166 if (spvr_scanner_) {
167 spvr_scanner_->Exit();
168 }
169 context_->Exit();
170 }
171
172 bool GrApplication::nativeEventFilter(const QByteArray &eventType, void *message, qintptr *result) {
173 if(eventType == "windows_generic_MSG" || eventType == "windows_dispatcher_MSG")

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected