MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnDropFiles

Method OnDropFiles

DebugView++/LogView.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void CLogView::OnDropFiles(HDROP hDropInfo)
346{
347 // Need to maunally forward to CMainFrame, don't understand why
348 m_mainFrame.OnDropFiles(hDropInfo);
349}
350
351std::vector<std::string> CLogView::GetSelectedMessages() const
352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected