mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +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:
|
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 a new issue