mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 00:37:58 +00:00
- Fixed apply button in options (broken a few commit ago)
This commit is contained in:
parent
fb54c035a7
commit
774fab54a3
@ -535,7 +535,7 @@ bool options_imp::getClearFinishedOnExit() const{
|
||||
|
||||
void options_imp::on_applyButton_clicked(){
|
||||
saveOptions();
|
||||
emit optionsApplied(tr("Options were saved successfully."), false);
|
||||
emit status_changed(tr("Options were saved successfully."), false);
|
||||
}
|
||||
|
||||
void options_imp::on_cancelButton_clicked(){
|
||||
|
@ -108,7 +108,6 @@ class options_imp : public QDialog, private Ui::Dialog{
|
||||
|
||||
signals:
|
||||
void status_changed(const QString&, bool) const;
|
||||
void optionsApplied(const QString&, bool);
|
||||
void exitWithCancel();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user