mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +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()
|
||||
{
|
||||
if(receive)
|
||||
if(receive == true)
|
||||
{
|
||||
timer->stop();
|
||||
receive = false;
|
||||
|
Loading…
Reference in New Issue
Block a user