[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
@@ -55,7 +55,7 @@ class NOSTALGIASTUDIO_EXPORT Editor: public QWidget {
*/
void setUnsavedChanges(bool);
[[nodiscard]] bool unsavedChanges() noexcept;
[[nodiscard]] bool unsavedChanges() const noexcept;
/**
* Returns the undo stack holding changes to the item being edited.