Mercurial > hg > svapp
diff framework/Document.h @ 159:06fc6fc21739
* more activity updates
author | Chris Cannam |
---|---|
date | Tue, 24 Feb 2009 16:44:43 +0000 |
parents | b9faa1418d29 |
children | 64b09e5bda21 |
line wrap: on
line diff
--- a/framework/Document.h Tue Feb 24 14:01:42 2009 +0000 +++ b/framework/Document.h Tue Feb 24 16:44:43 2009 +0000 @@ -292,7 +292,7 @@ virtual void execute(); virtual void unexecute(); - virtual QString getName() const { return m_name; } + virtual QString getName() const; protected: Document *m_d; @@ -310,7 +310,7 @@ virtual void execute(); virtual void unexecute(); - virtual QString getName() const { return m_name; } + virtual QString getName() const; protected: Document *m_d;