1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 23:51:18 +01:00

Remove AudacityApp::GetLogger() & HelpActions::DoShowLog()

This commit is contained in:
Paul Licameli
2019-04-26 10:20:49 -04:00
parent e845bd9544
commit 8da6529329
7 changed files with 34 additions and 32 deletions

View File

@@ -27,7 +27,9 @@ class wxTextCtrl;
class AudacityLogger final : public wxEvtHandler, public wxLog {
public:
AudacityLogger();
// Get the singleton instance or null
static AudacityLogger *Get();
void Show(bool show = true);
@@ -40,6 +42,8 @@ class AudacityLogger final : public wxEvtHandler, public wxLog {
void DoLogText(const wxString & msg) override;
private:
AudacityLogger();
void OnCloseWindow(wxCloseEvent & e);
void OnClose(wxCommandEvent & e);
void OnClear(wxCommandEvent & e);