mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
PixelPaint: Convert to east-const style
This commit is contained in:
parent
242742b6c2
commit
29e80178a8
Notes:
sideshowbarker
2024-07-18 12:23:24 +09:00
Author: https://github.com/awesomekling
Commit: 29e80178a8
23 changed files with 72 additions and 72 deletions
|
@ -14,8 +14,8 @@ class CreateNewImageDialog final : public GUI::Dialog {
|
|||
C_OBJECT(CreateNewImageDialog)
|
||||
|
||||
public:
|
||||
const Gfx::IntSize& image_size() const { return m_image_size; }
|
||||
const String& image_name() const { return m_image_name; }
|
||||
Gfx::IntSize const& image_size() const { return m_image_size; }
|
||||
String const& image_name() const { return m_image_name; }
|
||||
|
||||
private:
|
||||
CreateNewImageDialog(GUI::Window* parent_window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue