QLayers
Layers
Documentation
Topics
Classes
Page Contents
QLGitHubRepo Class
#include <QLayers/qlgithubrepo.h>
Public Functions
Detailed Description
A QLGitHubRepo object is an object that references a GitHub repository.
A GitHub repository is referenced by the name of the user/organization that owns the repository, followed by the name of the repository.
Member Function Documentation
QLGitHubRepo(const QString& repo_url)
Constructs a QLGitHubRepo object from a repository URL.
QString to_string() const
Returns a string representation of the GitHub repository.
The string is formatted as follows:
"owner/repository"