Fixed derp (missing ;)

This commit is contained in:
NeoTheFox 2015-02-28 22:03:50 +03:00
parent 27583c4828
commit 9b2811d368
2 changed files with 5 additions and 16 deletions

View File

@ -402,7 +402,7 @@ void MainWindow::on_sendBtn_clicked()
ui->sendBtn->setText("Send");
ui->pauseBtn->setText("Pause");
ui->pauseBtn->setDisabled("true");
paused = false
paused = false;
}
else if(!sending)
{
@ -410,7 +410,7 @@ void MainWindow::on_sendBtn_clicked()
ui->sendBtn->setText("Stop");
ui->pauseBtn->setText("Pause");
ui->pauseBtn->setEnabled("true");
paused = false
paused = false;
}
ui->progressBar->setValue(0);

View File

@ -405,7 +405,7 @@
<rect>
<x>10</x>
<y>270</y>
<width>166</width>
<width>191</width>
<height>121</height>
</rect>
</property>
@ -423,7 +423,7 @@
<item row="0" column="1">
<widget class="QLCDNumber" name="extruderlcd">
<property name="segmentStyle">
<enum>QLCDNumber::Outline</enum>
<enum>QLCDNumber::Filled</enum>
</property>
</widget>
</item>
@ -437,7 +437,7 @@
<item row="1" column="1">
<widget class="QLCDNumber" name="bedlcd">
<property name="segmentStyle">
<enum>QLCDNumber::Outline</enum>
<enum>QLCDNumber::Filled</enum>
</property>
</widget>
</item>
@ -495,17 +495,6 @@
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="actionOpen">
<property name="text">
<string>Open...</string>