|
@@ -54,6 +54,11 @@ ProgressBarQt::ProgressBarQt ( const std::string & _name, bool _useGraphics )
|
|
|
|
|
|
ProgressBarQt::~ProgressBarQt()
|
|
|
{
|
|
|
+ if( this->dialogwindow != NULL)
|
|
|
+ {
|
|
|
+ delete this->dialogwindow;
|
|
|
+ this->dialogwindow = NULL;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
void ProgressBarQt::timediff2str(char *text, double dtime)
|