Cleanups in qt_settingsports
This commit is contained in:
@@ -160,6 +160,7 @@ SettingsPorts::on_pushButtonSerialPassThru4_clicked()
|
|||||||
DeviceConfig::ConfigureDevice(&serial_passthrough_device, 4, qobject_cast<Settings *>(Settings::settings));
|
DeviceConfig::ConfigureDevice(&serial_passthrough_device, 4, qobject_cast<Settings *>(Settings::settings));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
void
|
void
|
||||||
SettingsPorts::on_pushButtonSerialPassThru5_clicked()
|
SettingsPorts::on_pushButtonSerialPassThru5_clicked()
|
||||||
{
|
{
|
||||||
@@ -177,6 +178,7 @@ SettingsPorts::on_pushButtonSerialPassThru7_clicked()
|
|||||||
{
|
{
|
||||||
DeviceConfig::ConfigureDevice(&serial_passthrough_device, 7, qobject_cast<Settings *>(Settings::settings));
|
DeviceConfig::ConfigureDevice(&serial_passthrough_device, 7, qobject_cast<Settings *>(Settings::settings));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
SettingsPorts::on_checkBoxSerialPassThru1_clicked(bool checked)
|
SettingsPorts::on_checkBoxSerialPassThru1_clicked(bool checked)
|
||||||
@@ -220,4 +222,4 @@ SettingsPorts::on_checkBoxSerialPassThru7_clicked(bool checked)
|
|||||||
{
|
{
|
||||||
ui->pushButtonSerialPassThru7->setEnabled(checked);
|
ui->pushButtonSerialPassThru7->setEnabled(checked);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,45 +19,23 @@ public:
|
|||||||
#if 0
|
#if 0
|
||||||
private slots:
|
private slots:
|
||||||
void on_checkBoxSerialPassThru7_clicked(bool checked);
|
void on_checkBoxSerialPassThru7_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru6_clicked(bool checked);
|
void on_checkBoxSerialPassThru6_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru5_clicked(bool checked);
|
void on_checkBoxSerialPassThru5_clicked(bool checked);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru4_clicked(bool checked);
|
void on_checkBoxSerialPassThru4_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru3_clicked(bool checked);
|
void on_checkBoxSerialPassThru3_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru2_clicked(bool checked);
|
void on_checkBoxSerialPassThru2_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_checkBoxSerialPassThru1_clicked(bool checked);
|
void on_checkBoxSerialPassThru1_clicked(bool checked);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
#if 0
|
||||||
void on_pushButtonSerialPassThru7_clicked();
|
void on_pushButtonSerialPassThru7_clicked();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru6_clicked();
|
void on_pushButtonSerialPassThru6_clicked();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru5_clicked();
|
void on_pushButtonSerialPassThru5_clicked();
|
||||||
|
#endif
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru4_clicked();
|
void on_pushButtonSerialPassThru4_clicked();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru3_clicked();
|
void on_pushButtonSerialPassThru3_clicked();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru2_clicked();
|
void on_pushButtonSerialPassThru2_clicked();
|
||||||
|
|
||||||
private slots:
|
|
||||||
void on_pushButtonSerialPassThru1_clicked();
|
void on_pushButtonSerialPassThru1_clicked();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|||||||
Reference in New Issue
Block a user