KiCad PCB EDA Suite
|
#include "dialog_git_repository.h"
#include <confirm.h>
#include <git2.h>
#include <gestfich.h>
#include <cerrno>
#include <cstring>
#include <fstream>
#include <wx/clipbrd.h>
#include <wx/msgdlg.h>
#include <wx/regex.h>
#include <wx/stdpaths.h>
Go to the source code of this file.
Functions | |
static wxString | get_repo_name (wxString &aRepoAddr) |
|
static |
Definition at line 195 of file dialog_git_repository.cpp.
Referenced by DIALOG_GIT_REPOSITORY::updateURLData().