[nostalgia] Address CLion warnings
This commit is contained in:
@@ -35,7 +35,7 @@ void Editor::setUnsavedChanges(bool uc) {
|
||||
emit unsavedChangesChanged(uc);
|
||||
}
|
||||
|
||||
bool Editor::unsavedChanges() noexcept {
|
||||
bool Editor::unsavedChanges() const noexcept {
|
||||
return m_unsavedChanges;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user