UTPass/plugins/Git/git.cpp

11 lines
89 B
C++
Raw Normal View History

2019-09-21 21:43:01 +00:00
#include <QDebug>
#include <QUrl>
#include <git2.h>
#include "git.h"
Git::Git() {};