[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: koffice/plugins/chartshape/kdchart/src
From:       Johannes Simon <johannes.simon () gmail ! com>
Date:       2010-10-13 13:13:16
Message-ID: 66519075-4D2D-4EB4-9AAE-749D5C934AE2 () gmail ! com
[Download RAW message or body]

Thanks. Ported to KDChart trunk.

Am 13.10.2010 um 13:39 schrieb Laurent Montel:

> SVN commit 1185432 by mlaurent:
> 
> Fix mem leak
> 
> 
> M  +5 -0      KDChartDatasetSelector.cpp  
> M  +1 -0      KDChartDatasetSelector.h  
> 
> 
> --- trunk/koffice/plugins/chartshape/kdchart/src/KDChartDatasetSelector.cpp #1185431:1185432
> @@ -42,6 +42,11 @@
>     setMinimumSize ( minimumSizeHint() );
> }
> 
> +DatasetSelectorWidget::~DatasetSelectorWidget()
> +{
> +    delete mUi;
> +}
> +
> void DatasetSelectorWidget::on_sbStartColumn_valueChanged ( const int )
> {
>     calculateMapping();
> --- trunk/koffice/plugins/chartshape/kdchart/src/KDChartDatasetSelector.h #1185431:1185432
> @@ -48,6 +48,7 @@
> 
>     public:
>         explicit DatasetSelectorWidget ( QWidget* parent = 0 );
> +        ~DatasetSelectorWidget();
> 
>     public Q_SLOTS:
>         void setSourceRowCount ( const int& rowCount );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic