diff framework/MainWindowBase.h @ 685:7540733f5480 by-id

Overhaul SV file reader etc
author Chris Cannam
date Thu, 04 Jul 2019 14:31:22 +0100
parents 5e9b1956b609
children 11336010561e
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Jul 03 14:21:05 2019 +0100
+++ b/framework/MainWindowBase.h	Thu Jul 04 14:31:22 2019 +0100
@@ -420,8 +420,8 @@
     mutable QLabel *m_statusLabel;
     QLabel *getStatusLabel() const;
 
-    ModelId getMainModelId();
-    std::shared_ptr<WaveFileModel> getMainModel();
+    ModelId getMainModelId() const;
+    std::shared_ptr<WaveFileModel> getMainModel() const;
     void createDocument();
 
     FileOpenStatus addOpenedAudioModel(FileSource source,