mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
FileManager: Extract creation of PropertiesWindow General tab
This commit is contained in:
parent
a847bd463a
commit
8e0fa57e5b
2 changed files with 45 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue