mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
PixelPaint: Convert to east-const style
This commit is contained in:
parent
242742b6c2
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