diff framework/MainWindowBase.h @ 180:84b2c1a4984a

* Offer the user a chance to answer our survey (only once, and only after several runs of the program, and only if the survey is known to be live on the website)
author Chris Cannam
date Thu, 27 Aug 2009 16:31:45 +0000
parents d71dccaa576c
children f701c0c686e5
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Tue Aug 18 11:08:29 2009 +0000
+++ b/framework/MainWindowBase.h	Thu Aug 27 16:31:45 2009 +0000
@@ -268,6 +268,8 @@
 
     virtual void closeSession() = 0;
 
+    virtual void newerVersionAvailable(QString) { }
+
 protected:
     QString                  m_sessionFile;
     QString                  m_audioFile;