PDA

View Full Version : Virtual memory allocation problem



morfei
27th August 2009, 11:12
The problem is connected with the first parameter of addTab function. When this got compiled i get Send/Don't send error. Look at the code:

ui->tabWidget->addTab(new QWidget(), "Untitled");
Do you have any ideas how to prevent that error?

yogeshgokul
27th August 2009, 11:30
When this got compiled i get Send/Don't send error. Look at the code:
This is impossible to get a Send/Don't send error (=actually a crash) @ compile time .:D Until thats your personal compiler. :D