You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "KDChartCustomBoxWrapper.h"
|
|
KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
|
|
:TQObject(0), _data(data)
|
|
{
|
|
}
|
|
|
|
const KDChartTextPiece* KDChartCustomBoxWrapper::content() const
|
|
{
|
|
return &_data->content();
|
|
}
|
|
|
|
|
|
#include "KDChartCustomBoxWrapper.moc"
|