Mercurial > hg > svgui
diff view/View.h @ 583:4c484636d5ec
Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2011 15:21:21 +0100 |
parents | 3f698e237585 |
children | 0946feb81b79 c3593bb2de6b |
line wrap: on
line diff
--- a/view/View.h Thu Apr 07 15:20:12 2011 +0100 +++ b/view/View.h Thu Apr 14 15:21:21 2011 +0100 @@ -362,6 +362,8 @@ LayerList m_layers; // I don't own these, but see dtor note above bool m_haveSelectedLayer; + QString m_lastError; + // caches for use in getScrollableBackLayers, getNonScrollableFrontLayers mutable LayerList m_lastScrollableBackLayers; mutable LayerList m_lastNonScrollableBackLayers;