From 70fa1653c3385f0f869b33bec98c7919bb35f5bb Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 11 Jul 2017 17:53:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EB=8C=80=EA=B8=B0=20=EC=8B=9C=EA=B0=84=20=EC=A1=B0=EC=A0=88=20?= =?UTF-8?q?3=EC=B4=88=20->=201=EC=B4=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/cookpanelbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/oven_control/cookpanelbutton.cpp b/app/gui/oven_control/cookpanelbutton.cpp index 619250b..44a0032 100644 --- a/app/gui/oven_control/cookpanelbutton.cpp +++ b/app/gui/oven_control/cookpanelbutton.cpp @@ -24,7 +24,7 @@ CookPanelButton::CookPanelButton(CookRecord record, QWidget *parent) : connect(button, &QPushButton::pressed, SoundPlayer::playClick); longPressedTimer.setSingleShot(true); - longPressedTimer.setInterval(3000); + longPressedTimer.setInterval(1000); connect(&longPressedTimer, SIGNAL(timeout()), SLOT(emitLongPressed())); } -- 2.1.4