1
0
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:
f4exb
2022-04-07 16:32:03 +02:00
parent 43f53fe26a
commit aad90aeabc
193 changed files with 2598 additions and 691 deletions
+2
View File
@@ -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)