mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:47:35 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
parent
77b9fa89dd
commit
90b1354688
188 changed files with 562 additions and 562 deletions
|
@ -19,7 +19,7 @@ private:
|
|||
void clear_preview();
|
||||
|
||||
GTableView* m_view { nullptr };
|
||||
Retained<GDirectoryModel> m_model;
|
||||
NonnullRefPtr<GDirectoryModel> m_model;
|
||||
FileSystemPath m_selected_file;
|
||||
|
||||
GLabel* m_preview_image_label { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue