[studio] Remove Editor::setRequiresConstantRefresh
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user