mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-28 10:53:49 -06:00
remove duplicates
This commit is contained in:
parent
5cdbd65531
commit
aef7ff7814
@ -35,9 +35,9 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
types->queryGPUFreqOffset(currentGPUIndex);
|
types->queryGPUFreqOffset(currentGPUIndex);
|
||||||
types->queryGPUMemClkOffset(currentGPUIndex);
|
types->queryGPUMemClkOffset(currentGPUIndex);
|
||||||
types->queryGPUVoltageOffset(currentGPUIndex);
|
types->queryGPUVoltageOffset(currentGPUIndex);
|
||||||
types->queryGPUPowerLimit(currentGPUIndex);
|
//types->queryGPUPowerLimit(currentGPUIndex);
|
||||||
types->queryGPUPowerLimitAvailability(currentGPUIndex);
|
//types->queryGPUPowerLimitAvailability(currentGPUIndex);
|
||||||
types->queryGPUPowerLimitLimits(currentGPUIndex);
|
//types->queryGPUPowerLimitLimits(currentGPUIndex);
|
||||||
types->queryGPUCurrentMaxClocks(currentGPUIndex);
|
types->queryGPUCurrentMaxClocks(currentGPUIndex);
|
||||||
if (types->GPUList[currentGPUIndex].gputype == types->AMDGPU) {
|
if (types->GPUList[currentGPUIndex].gputype == types->AMDGPU) {
|
||||||
types->calculateUIProperties(currentGPUIndex);
|
types->calculateUIProperties(currentGPUIndex);
|
||||||
@ -142,7 +142,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
connect(ui->voltageSpinBox, SIGNAL(valueChanged(int)), SLOT(resetTimer()));
|
connect(ui->voltageSpinBox, SIGNAL(valueChanged(int)), SLOT(resetTimer()));
|
||||||
|
|
||||||
connect(ui->tabWidget, SIGNAL(currentChanged(int)), SLOT(tabHandler(int)));
|
connect(ui->tabWidget, SIGNAL(currentChanged(int)), SLOT(tabHandler(int)));
|
||||||
connect(monitorUpdater, SIGNAL(timeout()), SLOT(updateMonitor()));
|
//connect(monitorUpdater, SIGNAL(timeout()), SLOT(updateMonitor()));
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindow::~MainWindow()
|
MainWindow::~MainWindow()
|
||||||
|
Loading…
Reference in New Issue
Block a user