1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

FileManager: Extract creation of PropertiesWindow General tab

This commit is contained in:
Sam Atkins 2023-06-24 15:48:25 +01:00 committed by Sam Atkins
parent a847bd463a
commit 8e0fa57e5b
2 changed files with 45 additions and 38 deletions

View file

@ -28,6 +28,7 @@ public:
private:
PropertiesWindow(DeprecatedString const& path, Window* parent = nullptr);
ErrorOr<void> create_widgets(bool disable_rename);
ErrorOr<void> create_general_tab(GUI::TabWidget&, bool disable_rename);
struct PermissionMasks {
mode_t read;