diff --git a/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer b/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer index 627ad35..51ff5d6 100755 Binary files a/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer and b/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer differ diff --git a/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o b/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o index 53021de..205b158 100644 Binary files a/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o and b/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o differ diff --git a/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp b/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp index 4a70051..184bf13 100644 --- a/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp +++ b/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp @@ -115,7 +115,6 @@ void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, case 2: _t->on_pushButton_3_clicked(); break; case 3: _t->on_saturation_Slider_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break; case 4: _t->on_Lightness_Slider_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break; - case 5: _t->on_horizontalSlider_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break; case 6: _t->on_colorWindow_Clicked(); break; case 7: _t->on_apply_Button_clicked(); break; case 8: _t->on_cancel_Button_clicked(); break; diff --git a/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o b/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o index 8250c55..ccabc9d 100644 Binary files a/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o and b/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o differ diff --git a/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp b/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp index 26cefcd..1579db2 100644 --- a/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp +++ b/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp @@ -236,7 +236,7 @@ void MainWindow::on_Lightness_Slider_valueChanged(int value) changeCustomColor(); } -void MainWindow::on_horizontalSlider_valueChanged(int value) +void MainWindow::on_alpha_slider_valueChanged(int value) { ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); changeCustomColor(); @@ -439,10 +439,6 @@ void MainWindow::on_cancel_Button_clicked() this->close(); } -void MainWindow::on_alpha_slider_valueChanged(int value) -{ - ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); -} void MainWindow::on_saveChanges_Button_clicked() {