comparison base/Model.h @ 30:a6ef94ecbe74

* As previous commit
author Chris Cannam
date Fri, 17 Feb 2006 18:11:08 +0000
parents 581f67f370f3
children 39ae3dee27b9
comparison
equal deleted inserted replaced
29:8460b3bf8f04 30:a6ef94ecbe74
26 public XmlExportable 26 public XmlExportable
27 { 27 {
28 Q_OBJECT 28 Q_OBJECT
29 29
30 public: 30 public:
31 virtual ~Model();
32
31 /** 33 /**
32 * Return true if the model was constructed successfully. Classes 34 * Return true if the model was constructed successfully. Classes
33 * that refer to the model should always test this before use. 35 * that refer to the model should always test this before use.
34 */ 36 */
35 virtual bool isOK() const = 0; 37 virtual bool isOK() const = 0;