Mercurial > hg > tony
diff src/MainWindow.h @ 260:46d59edfd18a
Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 21:25:56 +0100 |
parents | fa329ca6d75e |
children | 2a18f846dd6c |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Apr 02 18:22:41 2014 +0100 +++ b/src/MainWindow.h Wed Apr 02 21:25:56 2014 +0100 @@ -170,6 +170,8 @@ virtual void selectionChangedByUser(); virtual void regionOutlined(QRect); + virtual void analyseNewMainModel(); + protected: Analyser *m_analyser; @@ -235,8 +237,6 @@ virtual void closeEvent(QCloseEvent *e); bool checkSaveModified(); - void analyseNewMainModel(); - virtual void updateVisibleRangeDisplay(Pane *p) const; virtual void updatePositionStatusDisplays() const; };