mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
Wire: Remove commented hide line for groupSet comboBox
This commit is contained in:
parent
e65ae170f5
commit
7acaccb581
@ -79,7 +79,6 @@ WireDialog::WireDialog(QWidget *parent)
|
||||
|
||||
connect(ui.comboBox_groupSet, SIGNAL(currentIndexChanged(int)), this, SLOT(selectGroupSet(int)));
|
||||
connect(ui.comboBox_filterTime, SIGNAL(currentIndexChanged(int)), this, SLOT(selectFilterTime(int)));
|
||||
// ui.comboBox_groupSet->hide(); // <--- Re-enabled for testing as requested
|
||||
|
||||
connect( ui.toolButton_back, SIGNAL(clicked()), this, SLOT(back()));
|
||||
connect( ui.toolButton_forward, SIGNAL(clicked()), this, SLOT(forward()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user