mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 01:55:40 -04:00
Qt: Add options for CPU overclocking
This commit is contained in:
@ -15,7 +15,14 @@ public:
|
||||
explicit ConsoleSettingsWidget(QtHostInterface* host_interface, QWidget* parent, SettingsDialog* dialog);
|
||||
~ConsoleSettingsWidget();
|
||||
|
||||
private Q_SLOTS:
|
||||
void onEnableCPUClockSpeedControlChecked(int state);
|
||||
void onCPUClockSpeedValueChanged(int value);
|
||||
void updateCPUClockSpeedLabel();
|
||||
|
||||
private:
|
||||
void calculateCPUClockValue();
|
||||
|
||||
Ui::ConsoleSettingsWidget m_ui;
|
||||
|
||||
QtHostInterface* m_host_interface;
|
||||
|
Reference in New Issue
Block a user