1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-07-02 10:12:28 +00:00
This commit is contained in:
2025-01-14 13:05:09 +01:00
parent 200964246e
commit fd3ab95b27
6 changed files with 14 additions and 8 deletions

View File

@ -27,7 +27,7 @@ void LibGit::setMode(mode_type type)
}
int LibGit::credentialsCB(git_cred **out, const char *url, const char *username_from_url,
unsigned int allowed_types, void *payload)
unsigned int allowed_types, void *payload)
{
// TODO : More precise Error Handling for UI
auto instance = LibGit::instance();

View File

@ -27,7 +27,7 @@ private:
mode_type mode;
static int credentialsCB(git_cred **out, const char *url, const char *username_from_url,
unsigned int allowed_types, void *payload);
unsigned int allowed_types, void *payload);
public:
~LibGit();

View File

@ -19,7 +19,7 @@ public:
UserIdModel(UserID key):
m_user_id(key)
{};
{};
QString uid() const
{