mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
Everywhere: "file name" => "filename"
This commit is contained in:
parent
def1f1444a
commit
7ae7170d61
59 changed files with 181 additions and 181 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
~AppFile();
|
||||
|
||||
bool is_valid() const { return m_valid; }
|
||||
String file_name() const { return m_config->file_name(); }
|
||||
String filename() const { return m_config->filename(); }
|
||||
|
||||
String name() const;
|
||||
String executable() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue