File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,6 @@ MainWindow::~MainWindow()
122122 delete microwave;
123123}
124124
125- void MainWindow::on_clockButton_clicked () {
126-
127- }
128-
129- void MainWindow::on_defrostButton_clicked () {
130-
131- }
132-
133125void MainWindow::changeDisplay (){
134126 qDebug () << " changeDisplay: On passe au state s1" << microwave->configuration ().contains (s1);
135127 qDebug () << " changeDisplay: On passe au state stop" << microwave->configuration ().contains (stopState);
@@ -228,7 +220,7 @@ void MainWindow::slide(int value){
228220
229221void MainWindow::saveTime (){
230222 currentTime = QTime::currentTime ();
231- ui->dial -> setRange ( 0 , 23 );
223+ ui->doubleDot -> setText ( " : " );
232224}
233225
234226void MainWindow::resetLabels (){
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ private slots:
7474
7575 void stopButtonClicked ();
7676 void startButtonClicked ();
77- void on_clockButton_clicked ();
78- void on_defrostButton_clicked ();
7977 void changeDisplay ();
8078
8179
Original file line number Diff line number Diff line change 1111 </rect >
1212 </property >
1313 <property name =" windowTitle" >
14- <string >MainWindow </string >
14+ <string >Microwave </string >
1515 </property >
1616 <widget class =" QWidget" name =" centralwidget" >
1717 <layout class =" QVBoxLayout" name =" verticalLayout_2" >
You can’t perform that action at this time.
0 commit comments