mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Remove unused slot declaration for function
This commit is contained in:
@@ -52,10 +52,11 @@ public:
|
||||
protected slots:
|
||||
void updateSpinValue(int val) const;
|
||||
void updateSliderValue(int val) const;
|
||||
long getSpeedLimit() const;
|
||||
void setupDialog(long max_slider, long val) const;
|
||||
|
||||
private:
|
||||
long getSpeedLimit() const;
|
||||
|
||||
Ui::bandwidth_dlg *m_ui;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user