mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 03:26:57 +00:00
Some minors fix
This commit is contained in:
@@ -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