mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Make a few cosmetic changes in code
This commit is contained in:
@@ -82,7 +82,7 @@ class OptionsDialog : public QDialog
|
||||
public:
|
||||
// Constructor / Destructor
|
||||
OptionsDialog(QWidget *parent = nullptr);
|
||||
~OptionsDialog();
|
||||
~OptionsDialog() override;
|
||||
|
||||
public slots:
|
||||
void showConnectionTab();
|
||||
|
||||
Reference in New Issue
Block a user