mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
Yet another pass of style fixes.
This commit is contained in:
parent
89040cdc99
commit
ec1c487dcd
43 changed files with 183 additions and 185 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
T& operator*() { return *ptr(); }
|
||||
const T& operator*() const { return *ptr(); }
|
||||
|
||||
bool isNull() const { return !m_link || !m_link->ptr(); }
|
||||
bool is_null() const { return !m_link || !m_link->ptr(); }
|
||||
void clear() { m_link = nullptr; }
|
||||
|
||||
WeakLink<T>* leakLink() { return m_link.leakRef(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue