Guitar
Public Member Functions | Public Attributes | List of all members
Git::Remote Struct Reference

#include <Git.h>

Public Member Functions

bool operator< (Remote const &r) const
 
QString const & url () const
 
void set_url (QString const &url)
 

Public Attributes

QString name
 
QString url_fetch
 
QString url_push
 
QString ssh_key
 

Member Function Documentation

◆ operator<()

bool Git::Remote::operator< ( Remote const &  r) const
inline

◆ set_url()

void Git::Remote::set_url ( QString const &  url)
inline
Here is the call graph for this function:

◆ url()

QString const& Git::Remote::url ( ) const
inline

Member Data Documentation

◆ name

QString Git::Remote::name

◆ ssh_key

QString Git::Remote::ssh_key

◆ url_fetch

QString Git::Remote::url_fetch

◆ url_push

QString Git::Remote::url_push

The documentation for this struct was generated from the following file: