[nostalgia/studio] Make Editor's itemName and exportable const

This commit is contained in:
2020-03-29 13:34:10 -05:00
parent 4011773374
commit a81582d3cd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void Editor::setExportable(bool exportable) {
emit exportableChanged(exportable);
}
bool Editor::exportable() {
bool Editor::exportable() const {
return m_exportable;
}