mirror of
https://github.com/QRouland/UTPass.git
synced 2025-01-24 23:56:39 +00:00
11 lines
89 B
C++
11 lines
89 B
C++
#include <QDebug>
|
|
#include <QUrl>
|
|
#include <git2.h>
|
|
|
|
#include "git.h"
|
|
|
|
|
|
|
|
Git::Git() {};
|
|
|