mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Set dialog properties at the caller site
Redundant `setModal(true)` are removed since the dialog is already opened via `open()`.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include "base/pathfwd.h"
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class QCloseEvent;
|
||||
class QListWidgetItem;
|
||||
|
||||
class AdvancedSettings;
|
||||
@@ -94,7 +93,6 @@ public slots:
|
||||
private slots:
|
||||
void enableProxy(int index);
|
||||
void on_buttonBox_accepted();
|
||||
void closeEvent(QCloseEvent *e) override;
|
||||
void on_buttonBox_rejected();
|
||||
void applySettings();
|
||||
void enableApplyButton();
|
||||
|
||||
Reference in New Issue
Block a user