1
0
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:
Chocobo1 2018-03-09 01:07:19 +08:00
parent b4f23d8154
commit ffb5c0635e
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -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;
};