mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-24 22:42:28 +00:00
Some minors fix
This commit is contained in:
@ -6,9 +6,6 @@
|
||||
#include "libgit.h"
|
||||
|
||||
|
||||
Git::Git()
|
||||
{}
|
||||
|
||||
bool Git::clone(QString url, QString path)
|
||||
{
|
||||
qInfo() << "Cloning " << url << "password_store to " << path;
|
||||
|
@ -10,7 +10,7 @@ class Git : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
Git();
|
||||
Git() = default;
|
||||
~Git() override = default;
|
||||
|
||||
Q_INVOKABLE bool clone(QString url, QString path);
|
||||
|
Reference in New Issue
Block a user