|
KiCad PCB EDA Suite
|
#include "dialog_git_switch.h"#include <git/kicad_git_memory.h>#include <trace_helpers.h>#include <wx/button.h>#include <wx/checkbox.h>#include <wx/listctrl.h>#include <wx/log.h>#include <wx/event.h>#include <wx/sizer.h>#include <wx/timer.h>#include <wx/stattext.h>#include <wx/textctrl.h>#include <git2.h>Go to the source code of this file.
Functions | |
| static wxString | stripBranchMarker (const wxString &aName) |
|
static |
Definition at line 44 of file dialog_git_switch.cpp.
Referenced by DIALOG_GIT_SWITCH::OnBranchListDClick(), and DIALOG_GIT_SWITCH::OnBranchListSelection().