comparison 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
comparison
equal deleted inserted replaced
332:b168df820681 333:faff9cd8f663
171 171
172 virtual void website(); 172 virtual void website();
173 virtual void help(); 173 virtual void help();
174 virtual void about(); 174 virtual void about();
175 virtual void keyReference(); 175 virtual void keyReference();
176 virtual void newerVersionAvailable(QString);
176 177
177 protected: 178 protected:
178 Overview *m_overview; 179 Overview *m_overview;
179 Fader *m_fader; 180 Fader *m_fader;
180 AudioDial *m_playSpeed; 181 AudioDial *m_playSpeed;