From 9b2811d3686da63ebfbe455c5e8d5dfadbde0133 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Sat, 28 Feb 2015 22:03:50 +0300 Subject: [PATCH] Fixed derp (missing ;) --- mainwindow.cpp | 4 ++-- mainwindow.ui | 17 +++-------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4f05539..e15d861 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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); diff --git a/mainwindow.ui b/mainwindow.ui index 9ec94a7..fae9c7f 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -405,7 +405,7 @@ 10 270 - 166 + 191 121 @@ -423,7 +423,7 @@ - QLCDNumber::Outline + QLCDNumber::Filled @@ -437,7 +437,7 @@ - QLCDNumber::Outline + QLCDNumber::Filled @@ -495,17 +495,6 @@ - - - toolBar - - - TopToolBarArea - - - false - - Open...