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

Method CreateMessageWindow

src/render/app/win/win_render_message_loop.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void WinMessageLoop::CreateMessageWindow() {
40 //构造函数内 不能使用shared_from_this();
41 message_window_ = WinMessageWindow::Make(context_, shared_from_this());
42 }
43
44 //void WinMessageLoop::OnClipboardUpdate(HWND hwnd) {
45 // QClipboard *board = QGuiApplication::clipboard();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected