1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

Ladybird: Update for AK::{String => DeprecatedString} rename

This commit is contained in:
Linus Groh 2022-12-04 18:43:54 +00:00 committed by Andrew Kaster
parent 97dd5a085f
commit 5a5c4f079b
29 changed files with 172 additions and 172 deletions

View file

@ -6,11 +6,11 @@
#pragma once
#include <AK/String.h>
#include <AK/DeprecatedString.h>
#include <QString>
AK::String akstring_from_qstring(QString const&);
QString qstring_from_akstring(AK::String const&);
AK::DeprecatedString ak_deprecated_string_from_qstring(QString const&);
QString qstring_from_ak_deprecated_string(AK::DeprecatedString const&);
void platform_init();
extern String s_serenity_resource_root;
extern DeprecatedString s_serenity_resource_root;