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