svn path=/trunk/playground/graphics/okular/; revision=585245
This commit is contained in:
Pino Toscano 2006-09-16 17:11:13 +00:00
parent 6c2ea7b63d
commit be5163d35e
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ AnnotationWidget::~AnnotationWidget()
{
}
Annotation::SubType AnnotationWidget::annotationType()
Annotation::SubType AnnotationWidget::annotationType() const
{
return m_ann->subType();
}

View file

@ -68,7 +68,7 @@ class AnnotationWidget
public:
virtual ~AnnotationWidget();
virtual Annotation::SubType annotationType();
virtual Annotation::SubType annotationType() const;
virtual QWidget * widget() = 0;