Mercurial > hg > tony
diff src/MainWindow.h @ 314:2a2fd6eb8fa8
If user asks to save before initial analysis is complete, wait for it
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2014 12:12:27 +0100 |
parents | 1e9c4549107a |
children | 0862da97abc5 |
line wrap: on
line diff
--- a/src/MainWindow.h Fri Jun 13 10:37:04 2014 +0100 +++ b/src/MainWindow.h Fri Jun 13 12:12:27 2014 +0100 @@ -244,6 +244,7 @@ virtual void closeEvent(QCloseEvent *e); bool checkSaveModified(); + bool waitForInitialAnalysis(); virtual void updateVisibleRangeDisplay(Pane *p) const; virtual void updatePositionStatusDisplays() const;