Skip to content

Commit

Permalink
Remove unused slot declaration for function
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Mar 8, 2018
1 parent b4f23d8 commit ffb5c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/speedlimitdlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ class SpeedLimitDialog : public QDialog
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;
};

Expand Down

0 comments on commit ffb5c06

Please sign in to comment.