[GB.QT4]
* 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:
parent
915fdb9816
commit
d6afe8fc32
@ -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);
|
||||
|
@ -113,7 +113,6 @@ class MyContainer : public QWidget
|
||||
public:
|
||||
|
||||
MyContainer(QWidget *);
|
||||
virtual ~MyContainer();
|
||||
int frameStyle() const { return _frame; }
|
||||
void setFrameStyle(int frame);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user