Skip to content

Commit

Permalink
comment out for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Dec 10, 2022
1 parent 3b7d865 commit 19c2b49
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions test/SshConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ private slots:
private:
static QString transformUrl(const QString &url, const QString config) {
auto callbacks = Callbacks(url, config);
git_buf buf;
buf.asize = 0;
buf.size = 0;
buf.ptr = nullptr;

Callbacks::url(&buf, url.toUtf8().data(), 0, &callbacks);

QString res = QString::fromUtf8(buf.ptr, (int)buf.size);
git_buf_dispose(&buf);
return res;
//git::Remote remote();
//Callbacks::remoteReady(*remote, 0, &callbacks);
return ""; // remote.url();
}
};

Expand Down

0 comments on commit 19c2b49

Please sign in to comment.