| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected