newlines at end of file
This commit is contained in:
@@ -193,4 +193,3 @@ void ProgSettings::on_pushButtonLanguage_released()
|
||||
{
|
||||
ui->comboBoxLanguage->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
|
||||
@@ -250,4 +250,3 @@ void SettingsFloppyCDROM::on_comboBoxChannel_activated(int) {
|
||||
ui->comboBoxChannel->currentData().toUInt());
|
||||
Harddrives::busTrackClass->device_track(1, DEV_CDROM, ui->tableViewCDROM->model()->data(i, Qt::UserRole).toInt(), ui->tableViewCDROM->model()->data(i, Qt::UserRole + 1).toInt());
|
||||
}
|
||||
|
||||
|
||||
@@ -294,4 +294,3 @@ void SettingsHarddisks::on_pushButtonRemove_clicked() {
|
||||
ui->pushButtonNew->setEnabled(true);
|
||||
ui->pushButtonExisting->setEnabled(true);
|
||||
}
|
||||
|
||||
|
||||
@@ -200,4 +200,3 @@ void SettingsInput::on_pushButtonJoystick3_clicked() {
|
||||
void SettingsInput::on_pushButtonJoystick4_clicked() {
|
||||
updateJoystickConfig(ui->comboBoxJoystick->currentData().toInt(), 3, this);
|
||||
}
|
||||
|
||||
|
||||
@@ -136,4 +136,3 @@ void SettingsNetwork::on_comboBoxPcap_currentIndexChanged(int index)
|
||||
|
||||
enableElements(ui);
|
||||
}
|
||||
|
||||
|
||||
@@ -101,4 +101,3 @@ void SettingsPorts::on_checkBoxParallel3_stateChanged(int state) {
|
||||
void SettingsPorts::on_checkBoxParallel4_stateChanged(int state) {
|
||||
ui->comboBoxLpt4->setEnabled(state == Qt::Checked);
|
||||
}
|
||||
|
||||
|
||||
@@ -48,4 +48,3 @@ void SoundGain::on_SoundGain_rejected()
|
||||
{
|
||||
sound_gain = sound_gain_orig;
|
||||
}
|
||||
|
||||
|
||||
@@ -89,4 +89,3 @@ void SpecifyDimensions::on_SpecifyDimensions_accepted()
|
||||
main_window->show();
|
||||
emit main_window->updateWindowRememberOption();
|
||||
}
|
||||
|
||||
|
||||
@@ -468,4 +468,3 @@ void joystick_process(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@ class QWindow;
|
||||
void wl_mouse_capture(QWindow* window);
|
||||
void wl_mouse_uncapture();
|
||||
void wl_mouse_poll();
|
||||
void wl_init();
|
||||
void wl_init();
|
||||
|
||||
Reference in New Issue
Block a user