fix error on release with slots
This commit is contained in:
parent
9ddc636066
commit
cd72268950
|
|
@ -40,9 +40,7 @@ class MainWindow : public QMainWindow
|
||||||
void run();
|
void run();
|
||||||
void pause();
|
void pause();
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
void dbg_pointlight();
|
void dbg_pointlight();
|
||||||
#endif
|
|
||||||
protected:
|
protected:
|
||||||
void widgetItemPrepare(QTreeWidgetItem* item, RNR::Instance* instance);
|
void widgetItemPrepare(QTreeWidgetItem* item, RNR::Instance* instance);
|
||||||
void recurseTreeAddInstance(QTreeWidgetItem* parent, RNR::Instance* instance);
|
void recurseTreeAddInstance(QTreeWidgetItem* parent, RNR::Instance* instance);
|
||||||
|
|
|
||||||
|
|
@ -128,12 +128,10 @@ void MainWindow::pause()
|
||||||
this->ogreWidget->world->getRunService()->pause();
|
this->ogreWidget->world->getRunService()->pause();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
void MainWindow::dbg_pointlight()
|
void MainWindow::dbg_pointlight()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void MainWindow::closeEvent(QCloseEvent* event)
|
void MainWindow::closeEvent(QCloseEvent* event)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue