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