mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 13:48:37 -04:00
Massive UI revamping (v7): devices basic
This commit is contained in:
@@ -130,6 +130,7 @@ FeatureGUI::FeatureGUI(QWidget *parent) :
|
||||
|
||||
FeatureGUI::~FeatureGUI()
|
||||
{
|
||||
qDebug("FeatureGUI::~FeatureGUI");
|
||||
delete m_sizeGripBottomRight;
|
||||
delete m_bottomLayout;
|
||||
delete m_centerLayout;
|
||||
@@ -144,6 +145,7 @@ FeatureGUI::~FeatureGUI()
|
||||
delete m_titleLabel;
|
||||
delete m_settingsButton;
|
||||
delete m_indexLabel;
|
||||
qDebug("FeatureGUI::~FeatureGUI: end");
|
||||
}
|
||||
|
||||
void FeatureGUI::closeEvent(QCloseEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user