mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 19:27:13 +01:00
see #1998 some additional debug logging
This commit is contained in:
parent
266bf34ecb
commit
2d2267222b
@ -167,10 +167,14 @@ ProjectPanel::ProjectPanel(QWidget *parent):
|
||||
|
||||
ProjectPanel::~ProjectPanel()
|
||||
{
|
||||
if (fwbdebug) qDebug() << "ProjectPanel::~ProjectPanel()";
|
||||
|
||||
undoStack->clear();
|
||||
if (rcs) delete rcs;
|
||||
if (objdb) delete objdb;
|
||||
delete m_panel;
|
||||
|
||||
if (fwbdebug) qDebug() << "ProjectPanel::~ProjectPanel() done";
|
||||
}
|
||||
|
||||
QString ProjectPanel::getPageTitle(bool file_path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user