KiCad PCB EDA Suite
|
#include <dialog_git_switch.h>
Public Attributes | |
wxString | commitString |
time_t | lastUpdated |
bool | isRemote |
Definition at line 37 of file dialog_git_switch.h.
wxString BranchData::commitString |
Definition at line 39 of file dialog_git_switch.h.
Referenced by DIALOG_GIT_SWITCH::GetBranches().
bool BranchData::isRemote |
Definition at line 41 of file dialog_git_switch.h.
Referenced by DIALOG_GIT_SWITCH::GetBranches().
time_t BranchData::lastUpdated |
Definition at line 40 of file dialog_git_switch.h.
Referenced by DIALOG_GIT_SWITCH::GetBranches().