Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
179:0db3fc28a2a1 | 180:84b2c1a4984a |
---|---|
266 virtual FileOpenStatus openSessionFromRDF(FileSource source); | 266 virtual FileOpenStatus openSessionFromRDF(FileSource source); |
267 virtual FileOpenStatus openLayersFromRDF(FileSource source); | 267 virtual FileOpenStatus openLayersFromRDF(FileSource source); |
268 | 268 |
269 virtual void closeSession() = 0; | 269 virtual void closeSession() = 0; |
270 | 270 |
271 virtual void newerVersionAvailable(QString) { } | |
272 | |
271 protected: | 273 protected: |
272 QString m_sessionFile; | 274 QString m_sessionFile; |
273 QString m_audioFile; | 275 QString m_audioFile; |
274 Document *m_document; | 276 Document *m_document; |
275 | 277 |