UTPass/plugins/Git/git.cpp

11 lines
89 B
C++

#include <QDebug>
#include <QUrl>
#include <git2.h>
#include "git.h"
Git::Git() {};