MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_Help_AboutClick

Method M_Help_AboutClick

Source/GUI/VCL/GUI_Main.cpp:1719–1726  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1717
1718//---------------------------------------------------------------------------
1719void __fastcall TMainF::M_Help_AboutClick(TObject *Sender)
1720{
1721 #ifndef MEDIAINFOGUI_PREFS_NO
1722 TAboutF* A=new TAboutF(this);
1723 A->ShowModal();
1724 delete A;
1725 #endif //MEDIAINFOGUI_PREFS_NO
1726}
1727
1728//---------------------------------------------------------------------------
1729void __fastcall TMainF::M_Debug_AdvancedClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected