adaptormodel.cpp
changeset 806 2a33304714ba
parent 785 5987f9f15bac
child 807 f9f7922989d8
     1.1 --- a/adaptormodel.cpp	Mon Aug 03 10:42:12 2009 +0000
     1.2 +++ b/adaptormodel.cpp	Tue Nov 17 08:24:59 2009 +0000
     1.3 @@ -55,3 +55,8 @@
     1.4  }
     1.5  
     1.6  
     1.7 +void AdaptorModel::setHeading (const QString &s)
     1.8 +{
     1.9 +	model->setHeading(s);
    1.10 +}
    1.11 +