diff main/MainWindow.h @ 333:faff9cd8f663

* 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 cf4e9827968b
children 3211f8cef51a
line wrap: on
line diff
--- a/main/MainWindow.h	Fri Aug 14 14:01:09 2009 +0000
+++ b/main/MainWindow.h	Thu Aug 27 16:31:45 2009 +0000
@@ -173,6 +173,7 @@
     virtual void help();
     virtual void about();
     virtual void keyReference();
+    virtual void newerVersionAvailable(QString);
 
 protected:
     Overview                *m_overview;