[nostalgia] Address CLion warnings

This commit is contained in:
2021-02-27 02:40:59 -06:00
parent 70168286ab
commit 936c922c1e
24 changed files with 63 additions and 124 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void Editor::setUnsavedChanges(bool uc) {
emit unsavedChangesChanged(uc);
}
bool Editor::unsavedChanges() noexcept {
bool Editor::unsavedChanges() const noexcept {
return m_unsavedChanges;
}