mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Ladybird+LibWebView: Move Lagom code to Ladybird, Qt code to Utilities
Re-organize our helper files here a bit, to make a clearer distinction between Qt-specific helpers and generic non-serenity helpers. A future commit will move Lagom specific code from LibSQL to ladybird as well, so that we can see about future generic apis for spawning helper procesess.
This commit is contained in:
parent
3be71a81bb
commit
5062ba347b
10 changed files with 101 additions and 100 deletions
|
@ -7,7 +7,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/DeprecatedString.h>
|
||||
#include <AK/Error.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <QString>
|
||||
|
||||
AK::DeprecatedString ak_deprecated_string_from_qstring(QString const&);
|
||||
|
@ -15,5 +17,6 @@ ErrorOr<String> ak_string_from_qstring(QString const&);
|
|||
QString qstring_from_ak_deprecated_string(AK::DeprecatedString const&);
|
||||
QString qstring_from_ak_string(String const&);
|
||||
void platform_init();
|
||||
ErrorOr<Vector<String>> get_paths_for_helper_process(StringView process_name);
|
||||
|
||||
extern DeprecatedString s_serenity_resource_root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue