mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-17 20:44:32 -04:00
refactor: Introduce base class for RequestHandler (#125)
This will make it possible to write a mock implementation.
This commit is contained in:
committed by
GitHub
parent
13cd12b00a
commit
a218064a4f
@ -26,7 +26,7 @@
|
||||
namespace QodeAssist::LLMCore {
|
||||
|
||||
RequestHandler::RequestHandler(QObject *parent)
|
||||
: QObject(parent)
|
||||
: RequestHandlerBase(parent)
|
||||
, m_manager(new QNetworkAccessManager(this))
|
||||
{}
|
||||
|
||||
|
Reference in New Issue
Block a user