#include "gitoid.h" GitOid::GitOid(const git_oid *oid, QObject *parent) : QObject(parent) { } QString GitOid::toString() const { }