[studio] Remove Editor::setRequiresConstantRefresh

This commit is contained in:
2024-10-02 01:18:37 -05:00
parent 5e294863fb
commit 686da8c28b
3 changed files with 4 additions and 9 deletions

View File

@@ -67,10 +67,10 @@ class BaseEditor: public Widget {
[[nodiscard]]
bool unsavedChanges() const noexcept;
void setExportable(bool);
void setExportable(bool) noexcept;
[[nodiscard]]
bool exportable() const;
bool exportable() const noexcept;
void setCutEnabled(bool);