updated docu

This commit is contained in:
Peter Schojer 2008-10-06 11:36:51 +00:00
parent 3e1eff1b53
commit 74a120159a

View File

@ -63,10 +63,13 @@ public:
virtual void update() = 0;
/// Updates the table from a given source
/// Will update the internally stored TableModel
virtual TableModel::Ptr model();
/// returns the latest model
virtual const TableModel::Ptr model() const;
/// returns the latest model
protected:
TableUpdater();