Guitar
Public Member Functions | Public Attributes | List of all members
GitRemote Struct Reference

#include <GitTypes.h>

Public Member Functions

bool operator< (GitRemote 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 GitRemote::operator< ( GitRemote const &  r) const
inline

◆ set_url()

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

◆ url()

QString const& GitRemote::url ( ) const
inline

Member Data Documentation

◆ name

QString GitRemote::name

◆ ssh_key

QString GitRemote::ssh_key

◆ url_fetch

QString GitRemote::url_fetch

◆ url_push

QString GitRemote::url_push

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