Merge pull request #624 from ispyisail/feature-window-modified-indicator

Show unsaved-changes state in the main window title (macOS modified dot)
This commit is contained in:
Laurent Trinques
2026-08-08 11:50:46 +02:00
committed by GitHub
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ class QETDiagramEditor : public QETMainWindow
ProjectView *findProject(const QString &) const;
QMdiSubWindow *subWindowForWidget(QWidget *) const;
void updateUsageTrackersActiveState();
void updateWindowModifiedState();
signals:
void syncElementsPanel();