1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 13:34:13 -04:00

Fixed select device stream dialog window placement

This commit is contained in:
f4exb
2019-05-21 14:12:32 +02:00
parent 222005c189
commit 319c988ef9
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
DeviceStreamSelectionDialog::DeviceStreamSelectionDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::DeviceStreamSelectionDialog),
m_hasChanged(false),
m_streamIndex(0)
m_hasChanged(false)
{
ui->setupUi(this);
setStreamIndex(0);
}
DeviceStreamSelectionDialog::~DeviceStreamSelectionDialog()