mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 00:25:09 +00:00
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
This was being used as a default version argument in a couple of APIs, so those need to change signature and the caller always needs to provide a version.
This commit is contained in:
parent
38bb189772
commit
cb0b82ec46
7 changed files with 10 additions and 10 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
namespace GUI {
|
||||
|
||||
AboutDialog::AboutDialog(StringView name, Gfx::Bitmap const* icon, Window* parent_window, StringView version)
|
||||
AboutDialog::AboutDialog(StringView name, StringView version, Gfx::Bitmap const* icon, Window* parent_window)
|
||||
: Dialog(parent_window)
|
||||
, m_name(name)
|
||||
, m_icon(icon)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue