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