mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibCore: Convert CHttpJob to ObjectPtr
This commit is contained in:
parent
953cb4e436
commit
6b347747f2
8 changed files with 45 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/JsonArray.h>
|
||||
#include <LibCore/CHttpJob.h>
|
||||
#include <LibGUI/GModel.h>
|
||||
|
||||
class BoardListModel final : public GModel {
|
||||
|
@ -24,4 +25,5 @@ private:
|
|||
BoardListModel();
|
||||
|
||||
JsonArray m_boards;
|
||||
ObjectPtr<CHttpJob> m_pending_job;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue