mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Remove unused slot declaration for function
This commit is contained in:
parent
b4f23d8154
commit
ffb5c0635e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue