---------------------------------------------------------------------------
| 1717 | |
| 1718 | //--------------------------------------------------------------------------- |
| 1719 | void __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 | //--------------------------------------------------------------------------- |
| 1729 | void __fastcall TMainF::M_Debug_AdvancedClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected