From 18059e01be3966809415bc70b14c92d2b771f2bb Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 1 Sep 2020 21:22:43 -0400 Subject: add gui_status_handler.h to revert --- .../patches/revert_zenju_aggressive_upstreamisms.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'freefilesync') diff --git a/freefilesync/debian/patches/revert_zenju_aggressive_upstreamisms.patch b/freefilesync/debian/patches/revert_zenju_aggressive_upstreamisms.patch index c38aedd..12a1b43 100644 --- a/freefilesync/debian/patches/revert_zenju_aggressive_upstreamisms.patch +++ b/freefilesync/debian/patches/revert_zenju_aggressive_upstreamisms.patch @@ -297,3 +297,18 @@ index 3cb6aaaa..9484af2c 100644 { userRequestAbort(); } +diff --git a/FreeFileSync/Source/ui/gui_status_handler.h b/FreeFileSync/Source/ui/gui_status_handler.h +index e8ed01e4..2a9e00d2 100644 +--- a/FreeFileSync/Source/ui/gui_status_handler.h ++++ b/FreeFileSync/Source/ui/gui_status_handler.h +@@ -41,8 +41,8 @@ public: + Result reportResults(); //noexcept!! + + private: +- void onLocalKeyEvent(wxKeyEvent& event); +- void onAbortCompare(wxCommandEvent& event); //handle abort button click ++ void OnKeyPressed(wxKeyEvent& event); ++ void OnAbortCompare(wxCommandEvent& event); //handle abort button click + void showStatsPanel(); + + MainDialog& mainDlg_; -- cgit