11 lines
89 B
C++
11 lines
89 B
C++
|
#include <QDebug>
|
||
|
#include <QUrl>
|
||
|
#include <git2.h>
|
||
|
|
||
|
#include "git.h"
|
||
|
|
||
|
|
||
|
|
||
|
Git::Git() {};
|
||
|
|