mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 15:15:45 -04:00
Qt: Add turbo speed setting
This commit is contained in:
@ -18,6 +18,7 @@ public:
|
||||
private Q_SLOTS:
|
||||
void onEmulationSpeedIndexChanged(int index);
|
||||
void onFastForwardSpeedIndexChanged(int index);
|
||||
void onTurboSpeedIndexChanged(int index);
|
||||
|
||||
private:
|
||||
Ui::GeneralSettingsWidget m_ui;
|
||||
|
Reference in New Issue
Block a user