* BUG: Fix a crash occuring during multicontainer deletion.


git-svn-id: svn://localhost/gambas/trunk@2037 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2009-06-22 21:27:10 +00:00
parent 915fdb9816
commit d6afe8fc32
2 changed files with 0 additions and 7 deletions

View File

@ -299,12 +299,6 @@ MyContainer::MyContainer(QWidget *parent)
{
}
MyContainer::~MyContainer()
{
void *_object = CWidget::get(this);
THIS->container = 0;
}
void MyContainer::showEvent(QShowEvent *e)
{
void *_object = CWidget::get(this);

View File

@ -113,7 +113,6 @@ class MyContainer : public QWidget
public:
MyContainer(QWidget *);
virtual ~MyContainer();
int frameStyle() const { return _frame; }
void setFrameStyle(int frame);