mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-09 17:31:01 +00:00
Added comparison to true in the condition that is checked when the timeout () slot is invoked
This commit is contained in:
parent
6aefbb153b
commit
2050f635ff
@ -33,7 +33,7 @@ void MainWindow::on_connectToPeer_clicked()
|
|||||||
|
|
||||||
void MainWindow::slotTimerAlarm()
|
void MainWindow::slotTimerAlarm()
|
||||||
{
|
{
|
||||||
if(receive)
|
if(receive == true)
|
||||||
{
|
{
|
||||||
timer->stop();
|
timer->stop();
|
||||||
receive = false;
|
receive = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user