mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-04-03 11:22:59 -04:00
refactor: Remove dead code
This commit is contained in:
@ -47,6 +47,13 @@ RequestID Provider::sendRequest(const QUrl &url, const QJsonObject &payload)
|
||||
return requestId;
|
||||
}
|
||||
|
||||
QString Provider::apiKey() const
|
||||
{
|
||||
if (m_apiKeyGetter)
|
||||
return m_apiKeyGetter();
|
||||
return {};
|
||||
}
|
||||
|
||||
void Provider::cancelRequest(const RequestID &requestId)
|
||||
{
|
||||
LOG_MESSAGE(QString("%1: Cancelling request %2").arg(name(), requestId));
|
||||
|
||||
Reference in New Issue
Block a user